2008-10-23 13:26:29 +08:00
|
|
|
#ifndef _ASM_X86_IA32_UNISTD_H
|
|
|
|
#define _ASM_X86_IA32_UNISTD_H
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
/*
|
2011-11-12 08:07:41 +08:00
|
|
|
* This file contains the system call numbers of the ia32 compat ABI,
|
2005-04-17 06:20:36 +08:00
|
|
|
* this is for the kernel only.
|
|
|
|
*/
|
2011-11-12 08:07:41 +08:00
|
|
|
#define __SYSCALL_ia32_NR(x) (x)
|
|
|
|
#include <asm/unistd_32_ia32.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2008-10-23 13:26:29 +08:00
|
|
|
#endif /* _ASM_X86_IA32_UNISTD_H */
|