aboutsummaryrefslogtreecommitdiff
path: root/sys/tools/syscalls/examples/cpp/test_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/tools/syscalls/examples/cpp/test_syscall.h')
-rw-r--r--sys/tools/syscalls/examples/cpp/test_syscall.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/tools/syscalls/examples/cpp/test_syscall.h b/sys/tools/syscalls/examples/cpp/test_syscall.h
new file mode 100644
index 000000000000..026e82d9ac62
--- /dev/null
+++ b/sys/tools/syscalls/examples/cpp/test_syscall.h
@@ -0,0 +1,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