aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8235/chip.h
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2004-04-17 02:55:42 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2004-04-17 02:55:42 +0000
commit771b1aefa3415eb644bfa030772f00b2178b368a (patch)
tree0efea1118617f887f358c03c3613ede5487ff7c4 /src/southbridge/via/vt8235/chip.h
parente126fa43dcaebb4bc2dda64be2ee7caeb92a6eea (diff)
updated
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1515 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8235/chip.h')
-rw-r--r--src/southbridge/via/vt8235/chip.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/southbridge/via/vt8235/chip.h b/src/southbridge/via/vt8235/chip.h
index fe3d332675..897ba13bf6 100644
--- a/src/southbridge/via/vt8235/chip.h
+++ b/src/southbridge/via/vt8235/chip.h
@@ -1,9 +1,9 @@
-#ifndef _SOUTHBRIDGE_VIA_VT8231
-#define _SOUTHBRIDGE_VIA_VT8231
+#ifndef _SOUTHBRIDGE_VIA_VT8235
+#define _SOUTHBRIDGE_VIA_VT8235
-extern struct chip_control southbridge_via_vt8231_control;
+extern struct chip_control southbridge_via_vt8235_control;
-struct southbridge_via_vt8231_config {
+struct southbridge_via_vt8235_config {
/* PCI function enables */
/* i.e. so that pci scan bus will find them. */
/* I am putting in IDE as an example but obviously this needs
@@ -18,4 +18,4 @@ struct southbridge_via_vt8231_config {
int enable_nvram;
};
-#endif /* _SOUTHBRIDGE_VIA_VT8231 */
+#endif /* _SOUTHBRIDGE_VIA_VT8235 */