summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_tor.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.H b/src/import/chips/p9/utils/imageProcs/p9_tor.H
index 1ce024ad..ff4ecee7 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.H
@@ -56,6 +56,12 @@ typedef struct
uint32_t TorPpeBlockSize;
} TorPpeBlock_t;
+typedef struct
+{
+ uint32_t commonOffset;
+ uint32_t instanceOffset;
+} TorCpltBlock_t;
+
typedef uint16_t TorRingOffset_t; // Ring offset value in TOR offset slot
#define TOR_SUCCESS 0
OpenPOWER on IntegriCloud