summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-regdomain.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-regdomain.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-regdomain.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-regdomain.h b/rtemsbsd/include/machine/rtems-bsd-regdomain.h
new file mode 100644
index 00000000..89a97b09
--- /dev/null
+++ b/rtemsbsd/include/machine/rtems-bsd-regdomain.h
@@ -0,0 +1,15 @@
+/*
+ * Extern declarations for C structure representing binary file regdomain.xml
+ *
+ * WARNING: Automatically generated -- do not edit!
+ */
+
+#ifndef __rtemsbsd_include_machine_rtems_bsd_regdomain_h
+#define __rtemsbsd_include_machine_rtems_bsd_regdomain_h
+
+#include <sys/types.h>
+
+extern const unsigned char regdomain_xml[];
+extern const size_t regdomain_xml_size;
+
+#endif