aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-08-04 07:47:28 +0000
committerStefan Reinauer <stepan@openbios.org>2006-08-04 07:47:28 +0000
commitc76b85d6a7414854b61a658758b3147a397e3947 (patch)
treed88ce86513114628897c1dd877c57be0a8ae1ba5 /src/southbridge/intel/i82371eb/chip.h
parentd34758f05a06ab42a030b07c97b13cd18d2ce1ba (diff)
ouch. it's 8_2_371. I'll fix it. This commit breaks compilation
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2362 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i82371eb/chip.h')
-rw-r--r--src/southbridge/intel/i82371eb/chip.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82371eb/chip.h b/src/southbridge/intel/i82371eb/chip.h
new file mode 100644
index 0000000000..9516f3c73b
--- /dev/null
+++ b/src/southbridge/intel/i82371eb/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 */