summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ofw01/some.h
diff options
context:
space:
mode:
authorG S Niteesh Babu <niteesh.gs@gmail.com>2020-12-04 13:40:47 +0530
committerChristian Mauderer <oss@c-mauderer.de>2020-12-27 10:05:09 +0100
commitf867e7b6f42e17f30e23678bd59fd1869b1fb829 (patch)
treeeac7786d2cc8745b5953889397e307e27e65bcac /testsuites/libtests/ofw01/some.h
parentbsps/shared/ofw: Implement RTEMS OFW interface (diff)
downloadrtems-f867e7b6f42e17f30e23678bd59fd1869b1fb829.tar.bz2
libtests/ofw01: Added a test for RTEMS OFW
This commit adds a basic test that tests all the implemented RTEMS OFW functions.
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