Thomas Gleixner | 52a6e82 | 2019-05-31 01:09:26 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Jaswinder Singh | bbc1f69 | 2008-07-21 21:34:13 +0530 | [diff] [blame] | 2 | /* |
| 3 | * syscalls.h - Linux syscall interfaces (arch-specific) |
| 4 | * |
Jaswinder Singh Rajput | 2c1b284 | 2009-04-11 00:03:10 +0530 | [diff] [blame] | 5 | * Copyright (c) 2008 Jaswinder Singh Rajput |
Jaswinder Singh | bbc1f69 | 2008-07-21 21:34:13 +0530 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef _ASM_X86_SYSCALLS_H |
| 9 | #define _ASM_X86_SYSCALLS_H |
| 10 | |
Jaswinder Singh | bbc1f69 | 2008-07-21 21:34:13 +0530 | [diff] [blame] | 11 | /* Common in X86_32 and X86_64 */ |
| 12 | /* kernel/ioport.c */ |
Dominik Brodowski | 66f4e88 | 2018-03-11 11:34:38 +0100 | [diff] [blame] | 13 | long ksys_ioperm(unsigned long from, unsigned long num, int turn_on); |
Dominik Brodowski | fa69714 | 2018-04-05 11:53:02 +0200 | [diff] [blame] | 14 | |
Jaswinder Singh | bbc1f69 | 2008-07-21 21:34:13 +0530 | [diff] [blame] | 15 | #endif /* _ASM_X86_SYSCALLS_H */ |