]> Joshua Wise's Git repositories - netwatch.git/blobdiff - hardware/ich2/smram-ich2.h
More churn moving files around.
[netwatch.git] / hardware / ich2 / smram-ich2.h
diff --git a/hardware/ich2/smram-ich2.h b/hardware/ich2/smram-ich2.h
new file mode 100644 (file)
index 0000000..b08262b
--- /dev/null
@@ -0,0 +1,17 @@
+/* smram-ich2.h
+ * Definitions for SMRAM access for ICH2 southbridge
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree. 
+ *
+ */
+
+
+#ifndef __SMRAM_ICH2_H
+#define __SMRAM_ICH2_H
+
+typedef unsigned char smram_state_t;
+
+#endif
This page took 0.021987 seconds and 4 git commands to generate.