summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/target_types.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2/include/target_types.H')
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H
index 1790b040..8747d7b7 100644
--- a/src/import/hwpf/fapi2/include/target_types.H
+++ b/src/import/hwpf/fapi2/include/target_types.H
@@ -75,6 +75,7 @@ enum TargetType
TARGET_TYPE_PEC = 0x00400000, ///< PEC type
TARGET_TYPE_PHB = 0x00800000, ///< PHB type
TARGET_TYPE_MC = 0x01000000, ///< MC type
+ TARGET_TYPE_OMI = 0x02000000, ///< OMI type
TARGET_TYPE_ALL = 0xFFFFFFFF, ///< Any/All types
@@ -101,7 +102,8 @@ enum TargetType
TARGET_TYPE_PERV |
TARGET_TYPE_PEC |
TARGET_TYPE_PHB |
- TARGET_TYPE_MC,
+ TARGET_TYPE_MC |
+ TARGET_TYPE_OMI,
// Mappings to target types found in the error xml files
TARGET_TYPE_EX_CHIPLET = TARGET_TYPE_EX,
OpenPOWER on IntegriCloud