1 2 3 4 5 6 7 8
#ifndef _DEV_H #define _DEV_H #include <libfdt.h> void dev_init(struct fdt_header* fdt); #endif /* _DEV_H */