#include "syscall.h" #ifdef SYS_iopl #include int iopl(int level) { return syscall(SYS_iopl, level); } #endif