162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * syscalls.h - Linux syscall interfaces (arch-specific)
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (c) 2008 Jaswinder Singh Rajput
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifndef _ASM_X86_SYSCALLS_H
962306a36Sopenharmony_ci#define _ASM_X86_SYSCALLS_H
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci/* Common in X86_32 and X86_64 */
1262306a36Sopenharmony_ci/* kernel/ioport.c */
1362306a36Sopenharmony_cilong ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#endif /* _ASM_X86_SYSCALLS_H */
16