Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/tools/syscalls/examples/cpp/test_syscall.h
39530 views
1
/*
2
* System call numbers.
3
*
4
* DO NOT EDIT-- this file is automatically @generated.
5
*/
6
7
#define TEST_SYS_syscall1 1
8
/* 2 is obsolete syscall2 */
9
#define TEST_SYS_syscall2 2
10
#define TEST_SYS_MAXSYSCALL 3
11
12