ia32_unistd.h 274 Bytes
Newer Older
1 2
#ifndef _ASM_X86_IA32_UNISTD_H
#define _ASM_X86_IA32_UNISTD_H
Linus Torvalds's avatar
Linus Torvalds committed
3 4

/*
5
 * This file contains the system call numbers of the ia32 compat ABI,
Linus Torvalds's avatar
Linus Torvalds committed
6 7
 * this is for the kernel only.
 */
8 9
#define __SYSCALL_ia32_NR(x) (x)
#include <asm/unistd_32_ia32.h>
Linus Torvalds's avatar
Linus Torvalds committed
10

11
#endif /* _ASM_X86_IA32_UNISTD_H */