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

Function laihost_inb

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

Source from the content-addressed store, hash-verified

283 }
284
285 uint8_t laihost_inb(uint16_t port){
286 return inportb(port);
287 }
288
289 uint16_t laihost_inw(uint16_t port){
290 return inportw(port);

Callers

nothing calls this directly

Calls 1

inportbFunction · 0.85

Tested by

no test coverage detected