git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' into isa/arm64
[lunaix-os.git]
/
lunaix-os
/
tests
/
units
/
device-tree
/
common.h
diff --git a/lunaix-os/tests/units/device-tree/common.h
b/lunaix-os/tests/units/device-tree/common.h
new file mode 100644
(file)
index 0000000..
94c2370
--- /dev/null
+++ b/
lunaix-os/tests/units/device-tree/common.h
@@ -0,0
+1,15
@@
+#ifndef __DTTEST_COMMON_H
+#define __DTTEST_COMMON_H
+
+#define __off_t_defined
+#include "dut/devtree.h"
+
+#include <lunaix/types.h>
+
+bool
+my_load_dtb();
+
+ptr_t
+load_fdt();
+
+#endif /* __DTTEST_COMMON_H */