aboutsummaryrefslogtreecommitdiff
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, 11 insertions, 0 deletions
diff --git a/src/mainboard/artecgroup/dbe61/rtl8139/chip.h b/src/mainboard/artecgroup/dbe61/rtl8139/chip.h
new file mode 100644
index 0000000000..82cf2a0276
--- /dev/null
+++ b/src/mainboard/artecgroup/dbe61/rtl8139/chip.h
@@ -0,0 +1,11 @@
+#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