mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
11 lines
210 B
C
11 lines
210 B
C
|
|
/*
|
||
|
|
* 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
|