Merge tag 'tpm-fixes-for-4.2-rc2' of https://github.com/PeterHuewe/linux-tpmdd into...
[deliverable/linux.git] / arch / x86 / include / asm / ia32_unistd.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_IA32_UNISTD_H
2#define _ASM_X86_IA32_UNISTD_H
1da177e4
LT
3
4/*
303395ac 5 * This file contains the system call numbers of the ia32 compat ABI,
1da177e4
LT
6 * this is for the kernel only.
7 */
303395ac
PA
8#define __SYSCALL_ia32_NR(x) (x)
9#include <asm/unistd_32_ia32.h>
1da177e4 10
1965aae3 11#endif /* _ASM_X86_IA32_UNISTD_H */
This page took 1.052958 seconds and 5 git commands to generate.