syscall.h 201 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_SH_SYSCALL_H
  3. #define __ASM_SH_SYSCALL_H
  4. extern const unsigned long sys_call_table[];
  5. #include <asm/syscall_32.h>
  6. #endif /* __ASM_SH_SYSCALL_H */