summaryrefslogtreecommitdiff
path: root/sys/tools/syscalls/examples/cpp/test_syscall.h
blob: 026e82d9ac627105ff92ad56330f4a2f91cf434a (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * System call numbers.
 *
 * DO NOT EDIT-- this file is automatically @generated.
 */

#define	TEST_SYS_syscall1	1
				/* 2 is obsolete syscall2 */
#define	TEST_SYS_syscall2	2
#define	TEST_SYS_MAXSYSCALL	3