summaryrefslogtreecommitdiff
path: root/source/CEH/commands_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/CEH/commands_impl.cpp')
-rw-r--r--source/CEH/commands_impl.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/CEH/commands_impl.cpp b/source/CEH/commands_impl.cpp
index 066e1a1..a5839dc 100644
--- a/source/CEH/commands_impl.cpp
+++ b/source/CEH/commands_impl.cpp
@@ -166,6 +166,13 @@ ErrorCode_e LoaderRpcInterfaceImpl::DoneRPC_Flash_FlashRawImpl(uint16 Session, E
return E_SUCCESS;
}
+ErrorCode_e LoaderRpcInterfaceImpl::DoneRPC_Flash_SetEnhancedAreaImpl(uint16 Session, ErrorCode_e Status)
+{
+ cmdResult_->GeneralResponse_Session = Session;
+
+ return E_SUCCESS;
+}
+
ErrorCode_e LoaderRpcInterfaceImpl::DoneRPC_File_System_Operations_VolumePropertiesImpl(uint16 Session, ErrorCode_e Status, const char *FS_Type_p, const uint64 Size, const uint64 Free)
{