opnsense-src/sys/tools/syscalls/examples/cpp/test_syscall.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
210 B
C
Raw Normal View History

/*
* 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