1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Common header file for U-Boot
5 * This file still includes quite a few headers that should be included
6 * individually as needed. Patches to remove things are welcome.
8 * (C) Copyright 2000-2009
9 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
15 #ifndef __ASSEMBLY__ /* put C only stuff in this section */
19 #include <linux/types.h>
20 #include <linux/printk.h>
21 #include <linux/string.h>
24 #include <linux/kernel.h>
25 #include <asm/u-boot.h> /* boot information for Linux kernel */
27 #endif /* __ASSEMBLY__ */
29 /* Pull in stuff for the build system */
31 # include <env_internal.h>
34 #endif /* __COMMON_H_ */