syscall.h 475 B

12345678910111213141516
  1. /*
  2. * This file is subject to the terms and conditions of the GNU General Public
  3. * License. See the file "COPYING" in the main directory of this archive
  4. * for more details.
  5. *
  6. * Copyright (C) 2012 Ralf Baechle <ralf@linux-mips.org>
  7. */
  8. #ifndef __ASM_MIPS_SYSCALL_H
  9. #define __ASM_MIPS_SYSCALL_H
  10. extern const unsigned long sys_call_table[];
  11. extern const unsigned long sys32_call_table[];
  12. extern const unsigned long sysn32_call_table[];
  13. #endif /* __ASM_MIPS_SYSCALL_H */