diff options
Diffstat (limited to 'dev/LibSCI/LPC.h')
| -rw-r--r-- | dev/LibSCI/LPC.h | 2 |
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. |
