4 /* orig : i386/ipc.h 2.6.0-test3 */
7 * These are used to wrap system calls on x86.
9 * See arch/i386/kernel/sys_i386.c for ugly details..
12 struct msgbuf __user
*msgp
;
29 /* Used by the DIPC package, try and avoid reusing it */
32 #define IPCCALL(version,op) ((version)<<16 | (op))
34 #endif /* __M32R_IPC_H__ */