From c76b85d6a7414854b61a658758b3147a397e3947 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 4 Aug 2006 07:47:28 +0000 Subject: 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 --- src/southbridge/intel/i82371eb/chip.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/southbridge/intel/i82371eb/chip.h (limited to 'src/southbridge/intel/i82371eb/chip.h') 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 */ -- cgit v1.2.3