#include "syscall.h"
#ifdef SYS_iopl
#include <sys/io.h>
int iopl(int level)
{
return syscall(SYS_iopl, level);
}
#endif
#ifdef TEST
int
main(void) {
return 0;
}
#endif
![]() |
index : grovel | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
#include "syscall.h"
#ifdef SYS_iopl
#include <sys/io.h>
int iopl(int level)
{
return syscall(SYS_iopl, level);
}
#endif
#ifdef TEST
int
main(void) {
return 0;
}
#endif