]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/smram.h
At least pretend to split more ICH2 bits out into a config.mk. A real build system...
[netwatch.git] / include / smram.h
index 6c4ac69be6d6d1edd34cc19794d6294eeab8e6a6..8e04b1e38ac5764ad8fb7476f42e68bba8af67d3 100644 (file)
@@ -1,16 +1,19 @@
 #ifndef __SMRAM_H
 #define __SMRAM_H
 
-#include "../ich2/smram-ich2.h"
+#include "smram-hardware.h"
 
 extern int smram_locked();
 extern smram_state_t smram_save_state();
 extern void smram_restore_state(smram_state_t state);
-extern int smram_aseg_set_state (int open);
+extern int smram_aseg_set_state(int open);
+extern int smram_tseg_set_state(int open);
 
 #define SMRAM_ASEG_CLOSED 0    /* SMRAM is not readable. */
 #define SMRAM_ASEG_OPEN 1      /* SMRAM is readable by everybody. */
 #define SMRAM_ASEG_SMMCODE 2   /* SMRAM is readable as SMM code only. */
 #define SMRAM_ASEG_SMMONLY 3   /* SMRAM is readable as SMM code and data only. */
 
+#define SMRAM_TSEG_OPEN 0
+
 #endif
This page took 0.020996 seconds and 4 git commands to generate.