Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
bf2768bd0f
commit
ea34ddeea6
37998 changed files with 9510514 additions and 0 deletions
13
roms/u-boot/include/linux/libfdt.h
Normal file
13
roms/u-boot/include/linux/libfdt.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef _INCLUDE_LIBFDT_H_
|
||||
#define _INCLUDE_LIBFDT_H_
|
||||
|
||||
#ifndef USE_HOSTCC
|
||||
#include <linux/libfdt_env.h>
|
||||
#endif
|
||||
#include "../../scripts/dtc/libfdt/libfdt.h"
|
||||
|
||||
/* U-Boot local hacks */
|
||||
extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
|
||||
|
||||
#endif /* _INCLUDE_LIBFDT_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue