xref: /openbmc/linux/arch/x86/include/asm/syscalls.h (revision ead5d1f4d877e92c051e1a1ade623d0d30e71619)
1*52a6e82aSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2bb898558SAl Viro /*
3bb898558SAl Viro  * syscalls.h - Linux syscall interfaces (arch-specific)
4bb898558SAl Viro  *
52c1b284eSJaswinder Singh Rajput  * Copyright (c) 2008 Jaswinder Singh Rajput
6bb898558SAl Viro  */
7bb898558SAl Viro 
8bb898558SAl Viro #ifndef _ASM_X86_SYSCALLS_H
9bb898558SAl Viro #define _ASM_X86_SYSCALLS_H
10bb898558SAl Viro 
11bb898558SAl Viro /* Common in X86_32 and X86_64 */
12bb898558SAl Viro /* kernel/ioport.c */
1366f4e88cSDominik Brodowski long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
14fa697140SDominik Brodowski 
15bb898558SAl Viro #endif /* _ASM_X86_SYSCALLS_H */
16