summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/libfdt01/some.h
blob: e2e0135e68f0c97578891816a5e57e06fdb85b7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  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