Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * syscalls.h - Linux syscall interfaces (arch-specific)
0004  *
0005  * Copyright (c) 2008 Jaswinder Singh Rajput
0006  */
0007 
0008 #ifndef _ASM_X86_SYSCALLS_H
0009 #define _ASM_X86_SYSCALLS_H
0010 
0011 /* Common in X86_32 and X86_64 */
0012 /* kernel/ioport.c */
0013 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
0014 
0015 #endif /* _ASM_X86_SYSCALLS_H */