summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
index 967461dd..cf68d36d 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
@@ -290,6 +290,14 @@ enum cmd_and_response_id
};
///
+/// @brief Command flag definitions
+enum cmd_flags
+{
+ NO_FLAGS = 0,
+ ADDITIONAL_DATA = 1,
+};
+
+///
/// @brief Response argument parameters
///
enum response_arg
OpenPOWER on IntegriCloud