]> Git Repo - linux.git/blob - arch/x86/include/asm/syscalls.h
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux.git] / arch / x86 / include / asm / syscalls.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * syscalls.h - Linux syscall interfaces (arch-specific)
4  *
5  * Copyright (c) 2008 Jaswinder Singh Rajput
6  */
7
8 #ifndef _ASM_X86_SYSCALLS_H
9 #define _ASM_X86_SYSCALLS_H
10
11 /* Common in X86_32 and X86_64 */
12 /* kernel/ioport.c */
13 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
14
15 #endif /* _ASM_X86_SYSCALLS_H */
This page took 0.034031 seconds and 4 git commands to generate.