summaryrefslogtreecommitdiff
path: root/libfdt/tests/testdata.h
blob: 822c69a673eb9c524168a07491d104d677be10e5 (plain)
1
2
3
4
5
6
7
8
9
#define TEST_VALUE_1	0xdeadbeef
#define TEST_VALUE_2	0xabcd1234

#define TEST_STRING_1	"hello world"

#ifndef __ASSEMBLY__
extern struct fdt_header _test_tree1;
extern struct fdt_header _truncated_property;
#endif /* ! __ASSEMBLY */