Go to the documentation of this file.
20 #ifndef _PARISC64_KERNEL_SYS32_H
21 #define _PARISC64_KERNEL_SYS32_H
28 #define KERNEL_SYSCALL(ret, syscall, args...) \
30 mm_segment_t old_fs = get_fs(); \
32 ret = syscall(args); \
38 typedef __u32 __sighandler_t32;