diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-08-04 07:50:59 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-08-04 07:50:59 +0000 |
commit | a14b46895c563d7b8eb9363397f10ba3f5d656ee (patch) | |
tree | 6a01c9ee3ac078ce6458852c2cdea51e2f7354bb /src/southbridge/intel/i82371eb/chip.h | |
parent | c76b85d6a7414854b61a658758b3147a397e3947 (diff) | |
download | coreboot-a14b46895c563d7b8eb9363397f10ba3f5d656ee.tar.xz |
final rename orgy. sorry for the inconvenience. This should fix it again
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2363 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i82371eb/chip.h')
-rw-r--r-- | src/southbridge/intel/i82371eb/chip.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/southbridge/intel/i82371eb/chip.h b/src/southbridge/intel/i82371eb/chip.h index 9516f3c73b..58efa3b66f 100644 --- a/src/southbridge/intel/i82371eb/chip.h +++ b/src/southbridge/intel/i82371eb/chip.h @@ -1,13 +1,13 @@ -#ifndef I8371EB_CHIP_H -#define I8371EB_CHIP_H +#ifndef I82371EB_CHIP_H +#define I82371EB_CHIP_H -struct southbridge_intel_i8371eb_config +struct southbridge_intel_i82371eb_config { unsigned int ide0_enable : 1; unsigned int ide1_enable : 1; }; struct chip_operations; -extern struct chip_operations southbridge_intel_i8371eb_ops; +extern struct chip_operations southbridge_intel_i82371eb_ops; -#endif /* I8371EB_CHIP_H */ +#endif /* I82371EB_CHIP_H */ |