summaryrefslogtreecommitdiffstats
path: root/src/include/proc_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/proc_shared.h')
-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