summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_cfgdata.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/htmgt/htmgt_cfgdata.H')
-rw-r--r--src/usr/htmgt/htmgt_cfgdata.H10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/usr/htmgt/htmgt_cfgdata.H b/src/usr/htmgt/htmgt_cfgdata.H
index 5349ea600..d26e556ca 100644
--- a/src/usr/htmgt/htmgt_cfgdata.H
+++ b/src/usr/htmgt/htmgt_cfgdata.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2017 */
+/* Contributors Listed Below - COPYRIGHT 2014,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -278,11 +278,15 @@ namespace HTMGT
uint64_t & o_size);
/**
- * Determine if WOF is supported and if so return frequencies
+ * Determine if WOF is supported and return applicable frequencies
+ * @param[out] nominal Nominal frequency in MHz
* @param[out] turbo Turbo frequency in MHz (0 = no support)
* @param[out] ultra Ultra Turbo frequency in MHz (0 = no support)
+ * @return TRUE if WOF is supported, else FALSE
*/
- bool check_wof_support(uint16_t & turbo, uint16_t & ultra);
+ bool check_wof_support(uint16_t & nominal,
+ uint16_t & turbo,
+ uint16_t & ultra);
/**
* Fill specified buffer with requested config format data
OpenPOWER on IntegriCloud