summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801dbm/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801dbm/chip.h')
-rw-r--r--src/southbridge/intel/i82801dbm/chip.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/southbridge/intel/i82801dbm/chip.h b/src/southbridge/intel/i82801dbm/chip.h
deleted file mode 100644
index e1e3da0e6f..0000000000
--- a/src/southbridge/intel/i82801dbm/chip.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef I82801DBM_CHIP_H
-#define I82801DBM_CHIP_H
-
-struct southbridge_intel_i82801dbm_config
-{
- int enable_usb;
- int enable_native_ide;
-};
-struct chip_operations;
-extern struct chip_operations southbridge_intel_i82801dbm_ops;
-
-#endif /* I82801DBM_CHIP_H */