syscall_table.S 134 B

12345
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #define __SYSCALL(nr, entry) .long entry
  3. ENTRY(sys_call_table)
  4. #include <asm/syscall_table.h>