diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-09-18 22:32:15 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-09-19 13:57:57 +0300 |
| commit | 605c7d9258c129b66b76f1b55a8a6f3cea68c13e (patch) | |
| tree | 22bd4fad07791d0bb514e711a3c5e185eed586a0 /include/fdt.h | |
| parent | d95c714c8cfdc5818b0e0f0c99cf2e5be66de202 (diff) | |
| download | kmi-605c7d9258c129b66b76f1b55a8a6f3cea68c13e.tar.gz kmi-605c7d9258c129b66b76f1b55a8a6f3cea68c13e.zip | |
Added fdt debug capability
+ For future reference, apos now requires initrd to be found in fdt.
Diffstat (limited to 'include/fdt.h')
| -rw-r--r-- | include/fdt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fdt.h b/include/fdt.h index 9236a45..f0b85e8 100644 --- a/include/fdt.h +++ b/include/fdt.h @@ -1 +1,4 @@ +#ifndef APOS_FDT_H +#define APOS_FDT_H #include "../dtc/libfdt/fdt.h" +#endif |
