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

Function laihost_inw

Kernel/src/arch/x86_64/acpi.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 }
288
289 uint16_t laihost_inw(uint16_t port){
290 return inportw(port);
291 }
292
293 uint32_t laihost_ind(uint16_t port){
294 return inportd(port);

Callers

nothing calls this directly

Calls 1

inportwFunction · 0.85

Tested by

no test coverage detected