blob: fd794ea78ec1571b29c5ceadaf4b9d4d151c0878 [file] [log] [blame]
#include "syscall.h"
#ifdef SYS_iopl
#include <sys/io.h>
int iopl(int level) {
return syscall(SYS_iopl, level);
}
#endif