syscall.h 174 B

12345678910
  1. #ifndef __ASM_SH_SYSCALL_H
  2. #define __ASM_SH_SYSCALL_H
  3. #ifdef CONFIG_SUPERH32
  4. # include "syscall_32.h"
  5. #else
  6. # include "syscall_64.h"
  7. #endif
  8. #endif /* __ASM_SH_SYSCALL_H */