18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * syscalls.h - Linux syscall interfaces (arch-specific)
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2008 Jaswinder Singh Rajput
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _ASM_X86_SYSCALLS_H
98c2ecf20Sopenharmony_ci#define _ASM_X86_SYSCALLS_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci/* Common in X86_32 and X86_64 */
128c2ecf20Sopenharmony_ci/* kernel/ioport.c */
138c2ecf20Sopenharmony_cilong ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif /* _ASM_X86_SYSCALLS_H */
16