diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 17:21:57 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 17:21:57 +0000 |
commit | 57cef6590b5d8ff6397639de4f016044aac45251 (patch) | |
tree | 6f6285721af795436a8038a9848ae413f04f0be8 /src/southbridge/via/vt8231/chip.h | |
parent | 2b664dd0a0ba1c8d234642d52bd03fbb2b1f9e50 (diff) | |
download | coreboot-57cef6590b5d8ff6397639de4f016044aac45251.tar.xz |
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.h | 14 |
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 */ |