summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbe_sp_intf.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbe_sp_intf.H')
-rw-r--r--src/sbefw/core/sbe_sp_intf.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sbefw/core/sbe_sp_intf.H b/src/sbefw/core/sbe_sp_intf.H
index 76895ae3..ae4876e9 100644
--- a/src/sbefw/core/sbe_sp_intf.H
+++ b/src/sbefw/core/sbe_sp_intf.H
@@ -251,6 +251,9 @@ enum
ARRAY_CAPABILITY_START_IDX = GENERIC_CAPABILTITY_START_IDX + 12,
INSTRUCTION_CTRL_CAPABILITY_START_IDX = GENERIC_CAPABILTITY_START_IDX + 14,
GENERIC_CHIPOP_CAPABILITY_START_IDX = GENERIC_CAPABILTITY_START_IDX + 16,
+
+ // Keep in sync with the spec
+ CAPABILITIES_LAST_INDEX_FIFO = 19,
};
/**
* @brief capabilities enum values.
OpenPOWER on IntegriCloud