summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2016-09-14 17:06:18 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2016-09-29 18:34:10 -0400
commit97426a94d4d583a7ae6dca406462d52b2aff7660 (patch)
tree2b178882f5b202f9202bf9e347c82f8f1f94dc1a /src/include
parenta57f623c26bdf3889703ed63334745c966c6096d (diff)
downloadtalos-occ-97426a94d4d583a7ae6dca406462d52b2aff7660.tar.gz
talos-occ-97426a94d4d583a7ae6dca406462d52b2aff7660.zip
Collect Nest DTS Average
RTC:133842 Change-Id: I565a6f2e848652b7eddd3b319f9c3a411913074a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29804 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/proc_shared.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/include/proc_shared.h b/src/include/proc_shared.h
index 1c66f25..ecee9c0 100644
--- a/src/include/proc_shared.h
+++ b/src/include/proc_shared.h
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/include/proc_shared.h $ */
+/* $Source: src/include/proc_shared.h $ */
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -26,8 +26,9 @@
#ifndef _PROC_SHARED_H
#define _PROC_SHARED_H
-#include "gpe_export.h"
#include "core_data.h"
+#include "nest_dts.h"
+#include "gpe_export.h"
// Paramaters for gpe_get_core_data()
@@ -38,4 +39,10 @@ typedef struct ipc_core_data_parms
uint32_t core_num;
} ipc_core_data_parms_t;
+typedef struct ipc_nest_dts_parms
+{
+ GpeErrorStruct error;
+ NestDts_t data;
+} ipc_nest_dts_parms_t;
+
#endif // _PROC_SHARED_H
OpenPOWER on IntegriCloud