summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_tor.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/utils/imageProcs/p9_tor.H')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_tor.H11
1 files changed, 11 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 4d6ea086a..0ce738836 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.H
@@ -34,6 +34,8 @@ namespace P9_TOR
extern const char* ppeTypeName[];
extern const char* ringVariantName[];
+#define TOR_VERSION 1
+
typedef struct
{
uint32_t sizeOfThis;
@@ -436,6 +438,15 @@ int tor_append_ring( void* i_ringSection,
uint8_t i_instanceId,
void* i_rs4Container,
uint32_t i_dbgl = 0 );
+
+
+/// Inform caller of TOR version
+///
+/// \param[in] - none
+///
+/// \retval - TOR version
+uint8_t tor_version( void);
+
};
#endif //_P9_TOR_H_
OpenPOWER on IntegriCloud