x86/entry/32: Enable pt_regs based syscalls
[linux-2.6-microblaze.git] / arch / x86 / include / asm / syscalls.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * syscalls.h - Linux syscall interfaces (arch-specific)
4  *
5  * Copyright (c) 2008 Jaswinder Singh Rajput
6  */
7
8 #ifndef _ASM_X86_SYSCALLS_H
9 #define _ASM_X86_SYSCALLS_H
10
11 #include <linux/compiler.h>
12 #include <linux/linkage.h>
13 #include <linux/signal.h>
14 #include <linux/types.h>
15
16 /* Common in X86_32 and X86_64 */
17 /* kernel/ioport.c */
18 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
19
20 #endif /* _ASM_X86_SYSCALLS_H */