forked from Imagelibrary/rtems
Import from: git://git.kernel.org/pub/scm/utils/dtc/dtc.git Commit: 604e61e081e3c6c8fa1a8189c71cb3908a5bbc1e Date: 2015-09-29T09:09:08Z
16 lines
279 B
C
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
|