diff options
Diffstat (limited to 'include/configs/PCIPPC2.h')
-rw-r--r-- | include/configs/PCIPPC2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/PCIPPC2.h b/include/configs/PCIPPC2.h index fb485b0..77cedc0 100644 --- a/include/configs/PCIPPC2.h +++ b/include/configs/PCIPPC2.h @@ -55,6 +55,10 @@ #define CONFIG_PREBOOT "" #define CONFIG_BOOTDELAY 5 +#ifndef __ASSEMBLY__ +#include <galileo/core.h> +#endif + /* * BOOTP options */ |