diff options
Diffstat (limited to 'arch/x86/include/asm/arch-ivybridge/sandybridge.h')
-rw-r--r-- | arch/x86/include/asm/arch-ivybridge/sandybridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/sandybridge.h b/arch/x86/include/asm/arch-ivybridge/sandybridge.h index a1072f21e8..114ee19e24 100644 --- a/arch/x86/include/asm/arch-ivybridge/sandybridge.h +++ b/arch/x86/include/asm/arch-ivybridge/sandybridge.h @@ -102,6 +102,8 @@ #define SSKPD 0x5d14 /* 16bit (scratchpad) */ #define BIOS_RESET_CPL 0x5da8 /* 8bit */ +void report_platform_info(void); + void sandybridge_early_init(int chipset_type); #endif |