Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
825d46b68a91b53bb8d32db876488b987761009f
/
.
/
src
/
io.h
blob: ab5ce4afca0947816a961c60bc91dd7ef6022f7f [
file
] [
log
] [
blame
]
#pragma
once
#include
"kint.h"
void
outb
(
ushort
port
,
uchar val
);
uchar inb
(
ushort
port
);
ushort
inw
(
ushort
port
);
void
*
memset
(
void
*
s
,
int
c
,
size_t
n
);
void
*
memcpy
(
void
*
dest
,
const
void
*
src
,
size_t
n
);
void
io_wait
();