blob: 6714a358235d4654ad6610d2edae52bdcac6c8e9 [file] [log] [blame]
Thomas Gleixner52a6e822019-05-31 01:09:26 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Jaswinder Singhbbc1f692008-07-21 21:34:13 +05302/*
3 * syscalls.h - Linux syscall interfaces (arch-specific)
4 *
Jaswinder Singh Rajput2c1b2842009-04-11 00:03:10 +05305 * Copyright (c) 2008 Jaswinder Singh Rajput
Jaswinder Singhbbc1f692008-07-21 21:34:13 +05306 */
7
8#ifndef _ASM_X86_SYSCALLS_H
9#define _ASM_X86_SYSCALLS_H
10
Jaswinder Singhbbc1f692008-07-21 21:34:13 +053011/* Common in X86_32 and X86_64 */
12/* kernel/ioport.c */
Dominik Brodowski66f4e882018-03-11 11:34:38 +010013long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
Dominik Brodowskifa697142018-04-05 11:53:02 +020014
Jaswinder Singhbbc1f692008-07-21 21:34:13 +053015#endif /* _ASM_X86_SYSCALLS_H */