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