5 * These are used to wrap system calls on x86.
7 * See arch/i386/kernel/sys_i386.c for ugly details..
10 struct msgbuf __user
*msgp
;
27 /* Used by the DIPC package, try and avoid reusing it */
30 #define IPCCALL(version,op) ((version)<<16 | (op))
32 #endif /* __ASM_SH_IPC_H */