From 224e747b04022a5b8f8577fd730e907febf90a75 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 30 Dec 2024 20:26:54 +0100 Subject: Add missing LPC error codes Signed-off-by: Amlal El Mahrouss --- dev/LibSCI/LPC.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev/LibSCI/LPC.h') 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. -- cgit v1.2.3