nvramtool: 64bit safe CBFS handling
[coreboot.git] / util / romcc / tests / linux_syscall.h
1 #ifndef LINUX_SYSCALL_H
2 #define LINUX_SYSCALL_H
3
4 /* When I support other platforms use #ifdefs here */
5 #include "linuxi386_syscall.h"
6
7 #endif /* LINUX_SYSCALL_H */