git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Unit testing framework and devicetree framework refactoring (#50)
[lunaix-os.git]
/
lunaix-os
/
tests
/
units
/
device-tree
/
common.h
1
#ifndef __DTTEST_COMMON_H
2
#define __DTTEST_COMMON_H
3
4
#define __off_t_defined
5
#include "dut/devtree.h"
6
7
#include <lunaix/types.h>
8
9
bool
10
my_load_dtb();
11
12
ptr_t
13
load_fdt();
14
15
#endif /* __DTTEST_COMMON_H */