powerpc: Shield code specific to 64-bit server processors
[deliverable/linux.git] / ipc / util.h
index 0e7d9223acc18ba75585b52a5ddb6f71ace95897..1187332a89d2e54143b953dc1b63af829b9ee592 100644 (file)
@@ -21,9 +21,11 @@ void shm_init (void);
 struct ipc_namespace;
 
 #ifdef CONFIG_POSIX_MQUEUE
-void mq_exit_ns(struct ipc_namespace *ns);
+extern void mq_clear_sbinfo(struct ipc_namespace *ns);
+extern void mq_put_mnt(struct ipc_namespace *ns);
 #else
-static inline void mq_exit_ns(struct ipc_namespace *ns) { }
+static inline void mq_clear_sbinfo(struct ipc_namespace *ns) { }
+static inline void mq_put_mnt(struct ipc_namespace *ns) { }
 #endif
 
 #ifdef CONFIG_SYSVIPC
This page took 0.025044 seconds and 5 git commands to generate.