Sign in
◑
Theme
mojo
/
mojo-tools
/
d1338e7457cb905801b6c300f0d74860e82c631d
/
.
/
fusl
/
src
/
linux
/
iopl.c
blob: 835d3d4ed56a5ec8a5b5db0dabbddd21f600e7d0 [
file
]
#include
"syscall.h"
#ifdef
SYS_iopl
#include
<sys/io.h>
int
iopl
(
int
level
)
{
return
syscall
(
SYS_iopl
,
level
);
}
#endif