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

Method Status

Kernel/include/arch/x86_64/pci.h:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 inline uint16_t Status(){
270 return PCI::ConfigReadWord(bus, slot, func, PCIStatus);
271 }
272
273 inline bool HasCapability(uint16_t capability){
274 return false;

Callers

nothing calls this directly

Calls 1

ConfigReadWordFunction · 0.85

Tested by

no test coverage detected