5 * These are used to wrap system calls on MIPS.
7 * See arch/mips/kernel/sysmips.c for ugly details..
8 * FIXME: split up into ordinary syscalls ...
28 /* Used by the DIPC package, try and avoid reusing it */
31 #define IPCCALL(version,op) ((version)<<16 | (op))
33 #endif /* _ASM_IPC_H */