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 aafa80f26..93dfdb09c 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 @@ -245,6 +245,14 @@ enum cmd_and_response_id EXP_FW_ERROR_LOG_GET = 0x0A, }; +/// +/// @brief Command flag definitions +enum cmd_flags +{ + NO_FLAGS = 0, + ADDITIONAL_DATA = 1, +}; + /// /// @brief Response argument parameters ///