xref: /haiku/src/bin/debug/strace/strace_syscalls.cpp (revision c90684742e7361651849be4116d0e5de3a817194)
1 /*
2  * Copyright 2005, Ingo Weinhold, bonefish@users.sf.net.
3  * Distributed under the terms of the MIT License.
4  */
5 
6 #include <syscalls.h>
7 
8 #include "Syscall.h"
9 #include "TypeHandler.h"
10 
11 #include "strace_syscalls.h"
12 	// generated by gensyscalls
13 
14