From dd2a474b7fc3a8937f45d1278e887b370ad81192 Mon Sep 17 00:00:00 2001 From: Doug Gilbert Date: Tue, 15 Oct 2013 13:55:28 -0500 Subject: Add VPD support to HBRT RTC: 79419 Change-Id: I6d00e52026084a68925691b96d7a491faaffb4ef Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7004 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/include/runtime/interface.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/runtime/interface.h') 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 -- cgit v1.2.3