* fix a minor power state issue in the ich7 smm handler
[coreboot.git] / src / include / cpu / x86 / smm.h
index 1eef6382c7db774a7d7d5decba1d6bb50bfb8d11..3122be1bcdf39e292bd6e85764fa2b0a4430cfd1 100644 (file)
@@ -249,3 +249,8 @@ typedef struct {
        };
 } smm_state_save_area_t;
 
+
+/* SMI handler function prototypes */
+int southbridge_io_trap_handler(int smif);
+int mainboard_io_trap_handler(int smif);
+