diff options
Diffstat (limited to 'src/cpu/intel/haswell/haswell.h')
-rw-r--r-- | src/cpu/intel/haswell/haswell.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/intel/haswell/haswell.h b/src/cpu/intel/haswell/haswell.h index cb85078db4..8d91dbaf02 100644 --- a/src/cpu/intel/haswell/haswell.h +++ b/src/cpu/intel/haswell/haswell.h @@ -101,6 +101,11 @@ #define PSS_LATENCY_BUSMASTER 10 #ifndef __ROMCC__ + +#if defined(__PRE_RAM__) +void romstage_main(unsigned long bist); +#endif + #ifdef __SMM__ /* Lock MSRs */ void intel_cpu_haswell_finalize_smm(void); |