Files
rtems/testsuites/libtests/libfdt01/some.h
Sebastian Huber 175263ec91 libfdt: Initial import
Import from:

git://git.kernel.org/pub/scm/utils/dtc/dtc.git

Commit:

604e61e081e3c6c8fa1a8189c71cb3908a5bbc1e

Date:

2015-09-29T09:09:08Z
2015-10-16 07:46:56 +02: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