coreboot-kgpe-d16/util/romcc/tests/include/linux_syscall.h

8 lines
164 B
C

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