8 lines
164 B
C
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 */
|