drm/vc4: mark vc4_bo_cache_purge() static
[linux-2.6-block.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 */