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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index 638bf8b89..2d54dd1f3 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -1124,6 +1124,11 @@ struct postInitCalls_t
*/
void (*callCommitRsvdTraceBufErrl)();
+ /**
+ * @brief Sends current NV_STATUS to host
+ *
+ */
+ void (*callSendNvStatus)();
};
extern hostInterfaces_t* g_hostInterfaces;
OpenPOWER on IntegriCloud