summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI/LPC.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-30 20:26:54 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-30 20:26:54 +0100
commit224e747b04022a5b8f8577fd730e907febf90a75 (patch)
tree1b8018bf33a9f504afc91a1d950b1bccaf9bf763 /dev/LibSCI/LPC.h
parent7f66876e3778273c9522961c6c67fe7bc3a16a35 (diff)
Add missing LPC error codes
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibSCI/LPC.h')
-rw-r--r--dev/LibSCI/LPC.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/LibSCI/LPC.h b/dev/LibSCI/LPC.h
index d178effd..a00d8249 100644
--- a/dev/LibSCI/LPC.h
+++ b/dev/LibSCI/LPC.h
@@ -48,6 +48,8 @@ inline constexpr ErrObject kErrorIPC = 59;
inline constexpr ErrObject kErrorSign = 60;
inline constexpr ErrObject kErrorInvalidCreds = 61;
inline constexpr ErrObject kErrorCDTrayBroken = 62;
+inline constexpr ErrObject kErrorUnrecoverableDisk = 63;
+inline constexpr ErrObject kErrorFileLocked = 64;
inline constexpr ErrObject kErrorUnimplemented = 0;
/// @brief The last error reported by the system to the process.