aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/haswell/haswell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/haswell/haswell.h')
-rw-r--r--src/cpu/intel/haswell/haswell.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cpu/intel/haswell/haswell.h b/src/cpu/intel/haswell/haswell.h
index 7906b8355b..b336e4c2c6 100644
--- a/src/cpu/intel/haswell/haswell.h
+++ b/src/cpu/intel/haswell/haswell.h
@@ -118,16 +118,6 @@
# error "CONFIG_IED_REGION_SIZE is not a power of 2"
#endif
-struct pei_data;
-struct rcba_config_instruction;
-struct romstage_params {
- struct pei_data *pei_data;
- const void *gpio_map;
- const struct rcba_config_instruction *rcba_config;
- void (*copy_spd)(struct pei_data *);
-};
-void romstage_common(const struct romstage_params *params);
-
/* Lock MSRs */
void intel_cpu_haswell_finalize_smm(void);