forked from Imagelibrary/rtems
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
|