summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ofw01/some.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/ofw01/some.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/libtests/ofw01/some.h b/testsuites/libtests/ofw01/some.h
new file mode 100644
index 0000000000..e2e0135e68
--- /dev/null
+++ b/testsuites/libtests/ofw01/some.h
@@ -0,0 +1,15 @@
+/*
+ * Extern declarations for C structure representing binary file some.bin
+ *
+ * WARNING: Automatically generated -- do not edit!
+ */
+
+#ifndef __some_h
+#define __some_h
+
+#include <sys/types.h>
+
+extern const unsigned char some_bin[];
+extern const size_t some_bin_size;
+
+#endif