Unifying External Interrupt System (#51)
[lunaix-os.git] / lunaix-os / tests / units / device-tree / common.h
1 #ifndef __DTTEST_COMMON_H
2 #define __DTTEST_COMMON_H
3
4 #include "dut/devtree.h"
5
6 #include <lunaix/types.h>
7
8 bool
9 my_load_dtb();
10
11 ptr_t
12 load_fdt();
13
14 #endif /* __DTTEST_COMMON_H */