Files
rtems/testsuites/libtests/ofw01/some.h
G S Niteesh Babu f867e7b6f4 libtests/ofw01: Added a test for RTEMS OFW
This commit adds a basic test that tests all the implemented
RTEMS OFW functions.
2020-12-27 10:05:09 +01:00

16 lines
279 B
C

/*
* 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