summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/genPstate.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/htmgt/genPstate.H')
-rw-r--r--src/usr/htmgt/genPstate.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/htmgt/genPstate.H b/src/usr/htmgt/genPstate.H
index 71106de27..6b302131f 100644
--- a/src/usr/htmgt/genPstate.H
+++ b/src/usr/htmgt/genPstate.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -36,9 +36,11 @@ namespace HTMGT
* @note Attributes will not be written if the corresponding pstate table
* could not be generated.
* @note this function is only available at IPL time
+ * @param[in] i_normalTables true to generate normal pstate tables
+ * false to generate mfg pstate tables
* @return error log handle on error, otherwise NULL
*/
-errlHndl_t genPstateTables();
+errlHndl_t genPstateTables(bool i_normalTables);
};
#endif
OpenPOWER on IntegriCloud