summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_ring_identification.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/utils/imageProcs/p9_ring_identification.H')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_ring_identification.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ring_identification.H b/src/import/chips/p9/utils/imageProcs/p9_ring_identification.H
index 01b2a054..e27495a9 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ring_identification.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_ring_identification.H
@@ -29,13 +29,13 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <p9_ring_id.h>
// MVPD Ring ID list structure.
typedef struct
{
const char* ringName;
- //@FIXME: CMO: Replace this with RingID asap.
- uint8_t ringId;
+ RingID ringId;
uint8_t instanceIdMin; // the min instanceId
uint8_t instanceIdMax; // the max instanceId
uint8_t vpdKeyword;
OpenPOWER on IntegriCloud