summaryrefslogtreecommitdiff
path: root/util/romcc/tests/include/linux_syscall.h
blob: 487095f712db5056718dbed30fdc943569f6d2a0 (plain)
1
2
3
4
5
6
7
#ifndef LINUX_SYSCALL_H
#define LINUX_SYSCALL_H

/* When I support other platforms use #ifdefs here */
#include "linuxi386_syscall.h"

#endif /* LINUX_SYSCALL_H */