summaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8231/chip.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-09-25 17:21:57 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-09-25 17:21:57 +0000
commit57cef6590b5d8ff6397639de4f016044aac45251 (patch)
tree6f6285721af795436a8038a9848ae413f04f0be8 /src/southbridge/via/vt8231/chip.h
parent2b664dd0a0ba1c8d234642d52bd03fbb2b1f9e50 (diff)
added via vt8231
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1132 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8231/chip.h')
-rw-r--r--src/southbridge/via/vt8231/chip.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/southbridge/via/vt8231/chip.h b/src/southbridge/via/vt8231/chip.h
new file mode 100644
index 0000000000..5c2d67a78f
--- /dev/null
+++ b/src/southbridge/via/vt8231/chip.h
@@ -0,0 +1,14 @@
+#ifndef _SOUTHBRIDGE_VIA_VT8231
+#define _SOUTHBRIDGE_VIA_VT8231
+
+extern struct chip_control southbridge_via_vt8231_control;
+
+struct southbridge_via_vt8231_config {
+ int enable_usb;
+ int enable_native_ide;
+ int enable_com_ports;
+ int enable_keyboard;
+ int enable_nvram;
+};
+
+#endif /* _SOUTHBRIDGE_VIA_VT8231 */