summaryrefslogtreecommitdiffstats
path: root/src/include/runtime
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2016-09-20 13:29:49 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-12 11:55:48 -0400
commitd32a09cc6edff8d296f64238fd5c0884472fcbc0 (patch)
tree6098d70e3013894002ec2a8df0dc34016c58883a /src/include/runtime
parent3ab150991f977e81505114f0a20a9d5e5e29f230 (diff)
downloadtalos-hostboot-d32a09cc6edff8d296f64238fd5c0884472fcbc0.tar.gz
talos-hostboot-d32a09cc6edff8d296f64238fd5c0884472fcbc0.zip
Enable Host interface run_command
Change-Id: I689d0f20d65f75299a341f23c2eb1b923dd2aa76 RTC:146148 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29980 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/runtime')
-rw-r--r--src/include/runtime/interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index 2140f69a2..d03ff0fae 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -620,9 +620,9 @@ typedef struct runtimeInterfaces
* @return 0 on success, else error code
* @platform FSP, OpenPOWER
*/
- int run_command( int argc,
- const char** argv,
- char** o_outString );
+ int (*run_command)( int argc,
+ const char** argv,
+ char** o_outString );
/**
* @brief Verify integrity of a secure container
OpenPOWER on IntegriCloud