diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/dev.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/include/dev.h b/sys/include/dev.h new file mode 100644 index 0000000..b8bfef8 --- /dev/null +++ b/sys/include/dev.h @@ -0,0 +1,8 @@ +#ifndef _DEV_H +#define _DEV_H + +#include <libfdt.h> + +void dev_init(struct fdt_header* fdt); + +#endif /* _DEV_H */ |