aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82371eb/chip.h')
-rw-r--r--src/southbridge/intel/i82371eb/chip.h10
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 */