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 2fa93a398..158e331dd 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -936,6 +936,12 @@ struct postInitCalls_t
*/
void (*callApplyTempOverrides)();
+ /**
+ * @brief Clear pending SBE messages
+ *
+ */
+ void (*callClearPendingSbeMsgs)();
+
};
extern hostInterfaces_t* g_hostInterfaces;
OpenPOWER on IntegriCloud