1 #ifndef __ASM_MIPS_IPC_H
2 #define __ASM_MIPS_IPC_H
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 ...
27 /* Used by the DIPC package, try and avoid reusing it */
30 #define IPCCALL(version,op) ((version)<<16 | (op))
32 #endif /* __ASM_MIPS_IPC_H */