MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / InterruptHandler

Function InterruptHandler

Kernel/src/storage/ahci.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected