xref: /kernel/linux/linux-5.10/arch/nios2/kernel/syscall_table.c (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/nios2/kernel/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright Altera Corporation (C) 2013. All rights reserved
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#include <linux/syscalls.h>
78c2ecf20Sopenharmony_ci#include <linux/signal.h>
88c2ecf20Sopenharmony_ci#include <linux/unistd.h>
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include <asm/syscalls.h>
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#undef __SYSCALL
138c2ecf20Sopenharmony_ci#define __SYSCALL(nr, call) [nr] = (call),
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_civoid *sys_call_table[__NR_syscalls] = {
168c2ecf20Sopenharmony_ci	[0 ... __NR_syscalls-1] = sys_ni_syscall,
178c2ecf20Sopenharmony_ci#include <asm/unistd.h>
188c2ecf20Sopenharmony_ci};
19

Indexes created Thu Nov 07 10:32:03 CST 2024