| 21 | uint8_t ahciSubclass = PCI_SUBCLASS_SATA; |
| 22 | |
| 23 | void InterruptHandler(void*, regs64_t* r){ |
| 24 | |
| 25 | } |
| 26 | |
| 27 | int Init(){ |
| 28 | if(!PCI::FindGenericDevice(ahciClassCode, ahciSubclass)){ |
nothing calls this directly
no outgoing calls
no test coverage detected