diff options
Diffstat (limited to 'dev/Kernel/KernelKit/LPC.h')
| -rw-r--r-- | dev/Kernel/KernelKit/LPC.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/Kernel/KernelKit/LPC.h b/dev/Kernel/KernelKit/LPC.h index 6596d77f..c73c9da7 100644 --- a/dev/Kernel/KernelKit/LPC.h +++ b/dev/Kernel/KernelKit/LPC.h @@ -57,6 +57,7 @@ namespace Kernel inline constexpr HError kErrorInvalidCreds = 61; inline constexpr HError kErrorCDTrayBroken = 62; inline constexpr HError kErrorUnrecoverableDisk = 63; + inline constexpr HError kErrorFileLocked = 64; inline constexpr HError kErrorUnimplemented = 0; /// @brief Raises a bug check stop code. |
