diff options
Diffstat (limited to 'include/asm-i386/ipc.h')
-rw-r--r-- | include/asm-i386/ipc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/ipc.h b/include/asm-i386/ipc.h index f368d14c8..36f43063a 100644 --- a/include/asm-i386/ipc.h +++ b/include/asm-i386/ipc.h @@ -23,6 +23,9 @@ struct ipc_kludge { #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 |