summaryrefslogtreecommitdiffstats
path: root/src/include/runtime/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/runtime/interface.h')
-rw-r--r--src/include/runtime/interface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index 823f44eda..aca952616 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -983,6 +983,12 @@ struct postInitCalls_t
*/
void (*callClearPendingSbeMsgs)();
+ /**
+ * @brief Clear pending OCC messages
+ *
+ */
+ void (*callClearPendingOccMsgs)();
+
};
extern hostInterfaces_t* g_hostInterfaces;
OpenPOWER on IntegriCloud