summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i440bx/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i440bx/chip.h')
-rw-r--r--src/southbridge/intel/i440bx/chip.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/southbridge/intel/i440bx/chip.h b/src/southbridge/intel/i440bx/chip.h
deleted file mode 100644
index 5952e38582..0000000000
--- a/src/southbridge/intel/i440bx/chip.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef I440BX_CHIP_H
-#define I440BX_CHIP_H
-
-struct southbridge_intel_i440bx_config
-{
- unsigned int ide0_enable : 1;
- unsigned int ide1_enable : 1;
-};
-
-struct chip_operations;
-extern struct chip_operations southbridge_intel_i440bx_ops;
-
-#endif /* I440BX_CHIP_H */