1 | /* $NetBSD: netbsd32_syscallargs.h,v 1.141 2019/06/18 16:24:32 christos 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.127 2019/06/18 16:23:24 christos Exp |
8 | */ |
9 | |
10 | #ifndef _NETBSD32_SYS_SYSCALLARGS_H_ |
11 | #define _NETBSD32_SYS_SYSCALLARGS_H_ |
12 | |
13 | /* Forward declaration */ |
14 | struct lwp; |
15 | |
16 | #define NETBSD32_SYS_MAXSYSARGS 8 |
17 | |
18 | #undef syscallarg |
19 | #define syscallarg(x) \ |
20 | union { \ |
21 | register32_t |
---|