blob: 318b95f2a6153a92ee976aab6e2483ae90240e34 (
plain)
1
2
3
4
5
6
7
8
|
#define TEST_VALUE_1 0xdeadbeef
#define TEST_VALUE_2 0xabcd1234
#define TEST_STRING_1 "hello world"
#ifndef __ASSEMBLY__
extern struct fdt_header _test_tree1;
#endif /* ! __ASSEMBLY */
|