Commit | Line | Data |
---|---|---|
52a6e82a | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
bbc1f698 JS |
2 | /* |
3 | * syscalls.h - Linux syscall interfaces (arch-specific) | |
4 | * | |
2c1b284e | 5 | * Copyright (c) 2008 Jaswinder Singh Rajput |
bbc1f698 JS |
6 | */ |
7 | ||
8 | #ifndef _ASM_X86_SYSCALLS_H | |
9 | #define _ASM_X86_SYSCALLS_H | |
10 | ||
bbc1f698 JS |
11 | /* Common in X86_32 and X86_64 */ |
12 | /* kernel/ioport.c */ | |
66f4e88c | 13 | long ksys_ioperm(unsigned long from, unsigned long num, int turn_on); |
fa697140 | 14 | |
bbc1f698 | 15 | #endif /* _ASM_X86_SYSCALLS_H */ |