summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2017-02-10 10:33:57 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-02-14 12:44:41 -0500
commitcae65cfeafd39ade2e6556974edf43313f92cdff (patch)
treefaa7522af4f3d84dd5bdd9efda654cdfdd2b58f9 /src/common
parent3efbd9ee6aa3547e856c72f37f7e734000c89b56 (diff)
downloadtalos-occ-cae65cfeafd39ade2e6556974edf43313f92cdff.tar.gz
talos-occ-cae65cfeafd39ade2e6556974edf43313f92cdff.zip
GPE Nest Frequency & Amester Name Changes
Change-Id: I46ee2502dcfd532b6ff30a32b0a645aecc285f21 RTC:168527 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36293 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/common')
-rwxr-xr-xsrc/common/gpe_export.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/common/gpe_export.h b/src/common/gpe_export.h
index 9c53f77..e411abf 100755
--- a/src/common/gpe_export.h
+++ b/src/common/gpe_export.h
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/gpe_export.h $ */
+/* $Source: src/common/gpe_export.h $ */
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -56,4 +56,10 @@ typedef struct nop
GpeErrorStruct error; // Error of operation
} nop_t;
+typedef struct gpe_shared_data
+{
+ uint32_t nest_freq_div; // Nest freq / 4
+ uint32_t reserved[63];
+} gpe_shared_data_t;
+
#endif //_GPE_EXPORT_H
OpenPOWER on IntegriCloud