^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0-only */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) * syscalls.h - Linux syscall interfaces (arch-specific)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) * Copyright (c) 2008 Jaswinder Singh Rajput
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) #ifndef _ASM_X86_SYSCALLS_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) #define _ASM_X86_SYSCALLS_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) /* Common in X86_32 and X86_64 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) /* kernel/ioport.c */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #endif /* _ASM_X86_SYSCALLS_H */