This, ladies and gentlement, is commit #4000.
[coreboot.git] / src / include / cpu / x86 / smm.h
index 3122be1bcdf39e292bd6e85764fa2b0a4430cfd1..c4a57470b2d7237b8719f178076debb57fb7271a 100644 (file)
@@ -251,6 +251,9 @@ typedef struct {
 
 
 /* SMI handler function prototypes */
+void io_trap_handler(int smif);
 int southbridge_io_trap_handler(int smif);
 int mainboard_io_trap_handler(int smif);
 
+void southbridge_smi_handler(unsigned int node, smm_state_save_area_t *state_save);
+