| 1 | /* $NetBSD: linux_syscallargs.h,v 1.69 2018/08/10 21:47:14 pgoyette Exp $ */ |
|---|---|
| 2 | |
| 3 | /* |
| 4 | * System call argument lists. |
| 5 | * |
| 6 | * DO NOT EDIT-- this file is automatically generated. |
| 7 | * created from NetBSD: syscalls.master,v 1.60 2017/02/03 16:18:19 christos Exp |
| 8 | */ |
| 9 | |
| 10 | #ifndef _LINUX_SYS_SYSCALLARGS_H_ |
| 11 | #define _LINUX_SYS_SYSCALLARGS_H_ |
| 12 | |
| 13 | /* Forward declaration */ |
| 14 | struct lwp; |
| 15 | |
| 16 | #define LINUX_SYS_MAXSYSARGS 8 |
| 17 | |
| 18 | #undef syscallarg |
| 19 | #define syscallarg(x) \ |
| 20 | union { \ |
| 21 | register_t |