aboutsummaryrefslogtreecommitdiff
path: root/include/opal-msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opal-msg.h')
-rw-r--r--include/opal-msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opal-msg.h b/include/opal-msg.h
index a271e18..a75bc4e 100644
--- a/include/opal-msg.h
+++ b/include/opal-msg.h
@@ -27,7 +27,7 @@
*/
#define OPAL_MAX_ASYNC_COMP 8
-int _opal_queue_msg(enum OpalMessageType msg_type, void *data,
+int _opal_queue_msg(enum opal_msg_type msg_type, void *data,
void (*consumed)(void *data), size_t num_params,
const u64 *params);