summaryrefslogtreecommitdiffstats
path: root/src/include/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/runtime')
-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 b5d55acaa..0b7382b61 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -103,6 +103,11 @@ typedef struct hostInterfaces
*/
int (*lid_unload)(void*);
+ /** Get address of VPD image
+ * @return physical address of VPD image
+ */
+ uint64_t (*get_vpd_image_addr)();
+
} hostInterfaces_t;
typedef struct runtimeInterfaces
OpenPOWER on IntegriCloud