| 226 | } |
| 227 | |
| 228 | inline void SetInterruptLine(uint8_t irq){ |
| 229 | PCI::ConfigWriteByte(bus, slot, func, PCIInterruptLine, irq); |
| 230 | } |
| 231 | |
| 232 | inline uint16_t GetCommand(){ |
| 233 | return PCI::ConfigReadWord(bus, slot, func, PCICommand); |
nothing calls this directly
no test coverage detected