blob: 82cf2a02767558fe76ad14fe85ad272941c9a7be (
plain)
1
2
3
4
5
6
7
8
9
10
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
|