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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index fd3e1ba79..082f2440c 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -59,6 +59,14 @@ typedef struct hostInterfaces
/** realloc */
void* (*realloc)(void*, size_t);
+ /** sendErrorLog
+ * @param[in] plid Platform Log identifier
+ * @param[in] data size in bytes
+ * @param[in] pointer to data
+ * @return 0 on success else error code
+ */
+ int (*sendErrorLog)(uint32_t,uint32_t,void *);
+
} hostInterfaces_t;
typedef struct runtimeInterfaces
OpenPOWER on IntegriCloud