diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-31 00:13:40 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-31 00:13:40 +0300 |
| commit | 1ab464d959b9ee3d3bb6758ac0d9d33fc6c77e46 (patch) | |
| tree | 8d6832f0eadacce1613778bcecfcdaa2391aba79 /include/libfdt_env.h | |
| parent | 2939b749b1169a0c01c19698a3f0026034346ebd (diff) | |
| download | kmi-1ab464d959b9ee3d3bb6758ac0d9d33fc6c77e46.tar.gz kmi-1ab464d959b9ee3d3bb6758ac0d9d33fc6c77e46.zip | |
Improved linkind process, added padding generator
Diffstat (limited to 'include/libfdt_env.h')
| -rw-r--r-- | include/libfdt_env.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libfdt_env.h b/include/libfdt_env.h index 166b558..96da42e 100644 --- a/include/libfdt_env.h +++ b/include/libfdt_env.h @@ -4,6 +4,7 @@ #include <apos/types.h> #include <apos/string.h> +#include <apos/bytes.h> typedef int16_t fdt16_t; typedef int32_t fdt32_t; |
