summaryrefslogtreecommitdiffstats
path: root/src/include/sys/msg.h
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-06-25 16:27:36 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-06-25 16:27:36 -0500
commite9a3562d6a5cf88e6034570ab791e91e63ffb14a (patch)
tree8f3d0727b431f81d6f8b70195ddd8d37b6c3e8e6 /src/include/sys/msg.h
parent8085c7634979f38c1b152d0a35b98c2447ce497a (diff)
downloadblackbird-hostboot-e9a3562d6a5cf88e6034570ab791e91e63ffb14a.tar.gz
blackbird-hostboot-e9a3562d6a5cf88e6034570ab791e91e63ffb14a.zip
Add shell of VFS for registering and resolving message queue names.
Diffstat (limited to 'src/include/sys/msg.h')
-rw-r--r--src/include/sys/msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/sys/msg.h b/src/include/sys/msg.h
index ca5dab7e6..d7c42f4e3 100644
--- a/src/include/sys/msg.h
+++ b/src/include/sys/msg.h
@@ -22,8 +22,8 @@ struct msg_t
// Message queue interfaces.
msg_q_t msg_q_create();
int msg_q_destroy();
-int msg_q_register(msg_q_t q, char* name);
-msg_q_t msg_q_resolve(char* name);
+int msg_q_register(msg_q_t q, const char* name);
+msg_q_t msg_q_resolve(const char* name);
// Message interfaces.
__attribute__((always_inline))
OpenPOWER on IntegriCloud