From f867e7b6f42e17f30e23678bd59fd1869b1fb829 Mon Sep 17 00:00:00 2001 From: G S Niteesh Babu Date: Fri, 4 Dec 2020 13:40:47 +0530 Subject: libtests/ofw01: Added a test for RTEMS OFW This commit adds a basic test that tests all the implemented RTEMS OFW functions. --- testsuites/libtests/ofw01/some.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testsuites/libtests/ofw01/some.h (limited to 'testsuites/libtests/ofw01/some.h') 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 + +extern const unsigned char some_bin[]; +extern const size_t some_bin_size; + +#endif -- cgit v1.2.3