summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i8371eb/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-08-04 07:45:45 +0000
committerStefan Reinauer <stepan@openbios.org>2006-08-04 07:45:45 +0000
commitd34758f05a06ab42a030b07c97b13cd18d2ce1ba (patch)
tree0f32512d3bad62ac26763157b2006e8b7a620f99 /src/southbridge/intel/i8371eb/chip.h
parent8e3464109e47945b1a4d7e3dd0c6e291593de70a (diff)
rename southbridge i440bx to its actual name i8371eb
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2361 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i8371eb/chip.h')
-rw-r--r--src/southbridge/intel/i8371eb/chip.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/southbridge/intel/i8371eb/chip.h b/src/southbridge/intel/i8371eb/chip.h
new file mode 100644
index 0000000000..9516f3c73b
--- /dev/null
+++ b/src/southbridge/intel/i8371eb/chip.h
@@ -0,0 +1,13 @@
+#ifndef I8371EB_CHIP_H
+#define I8371EB_CHIP_H
+
+struct southbridge_intel_i8371eb_config
+{
+ unsigned int ide0_enable : 1;
+ unsigned int ide1_enable : 1;
+};
+
+struct chip_operations;
+extern struct chip_operations southbridge_intel_i8371eb_ops;
+
+#endif /* I8371EB_CHIP_H */