Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
2af3006b0ccf36ba9ac5123f539d577fd97c5350
/
.
/
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