add new renameat2 syscall
[trinity.git] / syscalls / ioperm.c
bloba4a842d1eaa4e7eae1eb7e26a4ba6cc5a09fe614
1 /*
2 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_ioperm = {
7 .name = "ioperm",
8 .num_args = 3,
9 .arg1name = "from",
10 .arg2name = "num",
11 .arg3name = "turn_on",