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