patch-2.2.13 linux/include/asm-ppc/ipc.h
Next file: linux/include/asm-ppc/md.h
Previous file: linux/include/asm-i386/uaccess.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Oct 19 17:14:02 1999
- Orig file:
v2.2.12/linux/include/asm-ppc/ipc.h
- Orig date:
Sat Aug 16 09:51:09 1997
diff -u --recursive --new-file v2.2.12/linux/include/asm-ppc/ipc.h linux/include/asm-ppc/ipc.h
@@ -23,6 +23,9 @@
#define SHMGET 23
#define SHMCTL 24
+/* Used by the DIPC package, try and avoid reusing it */
+#define DIPC 25
+
#define IPCCALL(version,op) ((version)<<16 | (op))
#endif /* __PPC_IPC_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)