b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/include/libfdt_env.h |
2 | +++ b/include/libfdt_env.h | ||||
3 | @@ -8,6 +8,7 @@ | ||||
4 | |||||
5 | #ifndef _LIBFDT_ENV_H | ||||
6 | #define _LIBFDT_ENV_H | ||||
7 | +#define LIBFDT_ENV_H | ||||
8 | |||||
9 | #include "compiler.h" | ||||
10 | #include "linux/types.h" | ||||
11 | --- a/include/libfdt.h | ||||
12 | +++ b/include/libfdt.h | ||||
13 | @@ -1,5 +1,6 @@ | ||||
14 | #ifndef _LIBFDT_H | ||||
15 | #define _LIBFDT_H | ||||
16 | +#define LIBFDT_H | ||||
17 | /* | ||||
18 | * libfdt - Flat Device Tree manipulation | ||||
19 | * Copyright (C) 2006 David Gibson, IBM Corporation. |