Sign in
mojo
/
mojo-tools
/
ce913b53e2545ddd4d4a565997d0816e8ef90a22
/
.
/
fusl
/
include
/
sys
/
io.h
blob: 648dd67643adda10855f9b9343343e3487ab77d9 [
file
] [
log
] [
blame
]
#ifndef
_SYS_IO_H
#define
_SYS_IO_H
#ifdef
__cplusplus
extern
"C"
{
#endif
#include
<features.h>
#include
<bits/io.h>
int
iopl
(
int
);
int
ioperm
(
unsigned
long
,
unsigned
long
,
int
);
#ifdef
__cplusplus
}
#endif
#endif