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