1 #ifndef _ASM_GENERIC_IPC_H
2 #define _ASM_GENERIC_IPC_H
4 * These are used to wrap system calls.
6 * See architecture code for ugly details..
9 struct msgbuf __user
*msgp
;
26 /* Used by the DIPC package, try and avoid reusing it */
29 #define IPCCALL(version,op) ((version)<<16 | (op))
31 #endif /* _ASM_GENERIC_IPC_H */