summaryrefslogtreecommitdiff
path: root/src/mainboard/artecgroup/dbe61/rtl8139/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/artecgroup/dbe61/rtl8139/chip.h')
-rw-r--r--src/mainboard/artecgroup/dbe61/rtl8139/chip.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/artecgroup/dbe61/rtl8139/chip.h b/src/mainboard/artecgroup/dbe61/rtl8139/chip.h
deleted file mode 100644
index 82cf2a0276..0000000000
--- a/src/mainboard/artecgroup/dbe61/rtl8139/chip.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef PCI_RTL8139_H
-#define PCI_RTL8139_H
-
-struct drivers_pci_rtl8139_config
-{
- uint8_t nic_irq; // RTL8139 NIC
-};
-//struct chip_operations;
-extern struct chip_operations drivers_pci_rtl8139_ops;
-
-#endif