opnsense-src/sys/tools/syscalls/examples/cpp/test_syscall.h
Kyle Evans 53fae788f2 sys: syscalls: add a test syscall definition file
This exercises some subset of the preprocessor that would be nice to
still support.

Pull Request:	https://github.com/freebsd/freebsd-src/pull/1575
2025-02-18 22:02:19 +00:00

10 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