index
:
sophia.git
kjarna
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kc
/
core
/
port.h
blob: cc71973bf04ac49852d10942195a00be21c31628 (
plain
)
1
2
3
4
5
#include <stdint.h> uint8_t inb(uint16_t port); void outb(uint16_t port, uint8_t data);