summaryrefslogtreecommitdiffhomepage
path: root/libfdt
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-29 05:08:35 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-29 05:08:35 +0100
commit51cd421030c52aa16e76811d3497d9a7ab2b1bec (patch)
treec6f01df11faf8fc37993e0f342e4c82cab724555 /libfdt
parentfcc66b0fa04b25b206e702110ed652fd4c113823 (diff)
xcoff: import xcoff changes from nekernel to fw.
meta: alongside other important changes (such as indexing boot offset as volatile) Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'libfdt')
-rw-r--r--libfdt/libfdt_env.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libfdt/libfdt_env.h b/libfdt/libfdt_env.h
index 9720afc..bc8f389 100644
--- a/libfdt/libfdt_env.h
+++ b/libfdt/libfdt_env.h
@@ -4,8 +4,8 @@
------------------------------------------- */
-#ifndef __SYS_FDT_H__
-#define __SYS_FDT_H__
+#ifndef __CB_FDT_H__
+#define __CB_FDT_H__
#include <lib/boot.h>
@@ -65,4 +65,4 @@ static inline fdt64_t cpu_to_fdt64(uint64_t x)
#undef CPU_TO_FDT16
#undef EXTRACT_BYTE
-#endif //!__SYS_FDT_H__
+#endif //!__CB_FDT_H__