blob: 6714a358235d4654ad6610d2edae52bdcac6c8e9 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * syscalls.h - Linux syscall interfaces (arch-specific)
4 *
5 * Copyright (c) 2008 Jaswinder Singh Rajput
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7
8#ifndef _ASM_X86_SYSCALLS_H
9#define _ASM_X86_SYSCALLS_H
10
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000011/* Common in X86_32 and X86_64 */
12/* kernel/ioport.c */
13long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
14
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000015#endif /* _ASM_X86_SYSCALLS_H */