* fix a minor power state issue in the ich7 smm handler
[coreboot.git] / src / include / cpu / x86 / smm.h
index 72a4782084cf759a2ef3c75873926a526b4a2a74..3122be1bcdf39e292bd6e85764fa2b0a4430cfd1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2008 coresystems GmbH
+ * Copyright (C) 2008-2009 coresystems GmbH
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 
-typedef uint64_t u64;
-
 /* AMD64 SMM State-Save Area 
  * starts @ 0x7e00
  */
@@ -251,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);
+