summaryrefslogtreecommitdiffstats
path: root/src/include/runtime/interface.h
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-02-26 11:06:04 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-28 00:05:47 -0600
commitfb95b417015157ceefb740c86c7c17b2596e9676 (patch)
tree62ff6304f372395ebe919a94b6dd7574b36b4e56 /src/include/runtime/interface.h
parente2f74b107bab691ec9e8c8e31bd0952cb5e3b204 (diff)
downloadtalos-hostboot-fb95b417015157ceefb740c86c7c17b2596e9676.tar.gz
talos-hostboot-fb95b417015157ceefb740c86c7c17b2596e9676.zip
PRD: Dynamic memory deallocation support for HBRT
Change-Id: Ifef5f14dc1a1f3c5d9dc5acdeb21e5d8620b87b8 RTC: 123111 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16026 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/runtime/interface.h')
-rw-r--r--src/include/runtime/interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index 66c992591..26d5f6b6a 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -298,8 +298,8 @@ typedef struct hostInterfaces
* immediately. It should not wait for the request to be applied. See
* note above.
*/
- int32_t memory_error( uint64_t i_startAddr, uint64_t i_endAddr,
- MemoryError_t i_errorType );
+ int32_t (*memory_error)( uint64_t i_startAddr, uint64_t i_endAddr,
+ MemoryError_t i_errorType );
// Reserve some space for future growth.
OpenPOWER on IntegriCloud