From 386ad4f82955d389ae347bc50f7efca5edb9d9a8 Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 21 Apr 2023 21:56:45 -0400 Subject: actually got libfdt working --- sys/include/dev.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/include/dev.h (limited to 'sys/include') 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 + +void dev_init(struct fdt_header* fdt); + +#endif /* _DEV_H */ -- cgit v1.2.3