summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/LPC.h
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-11-30 19:48:33 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-11-30 19:48:33 +0100
commit98b24c3a90d3c97a06cb553d08369943605efbe0 (patch)
treed5762818e678ec0047d03ccea54108873e6c5f94 /dev/SCIKit/LPC.h
parentb2588beae1dceeb0a0c5e95976874c6d6d53c703 (diff)
META: Add new error code for CD trays. New Power mgmt and CD-ROM API. Also format code.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/SCIKit/LPC.h')
-rw-r--r--dev/SCIKit/LPC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h
index 918cab17..4f2a4e86 100644
--- a/dev/SCIKit/LPC.h
+++ b/dev/SCIKit/LPC.h
@@ -47,6 +47,7 @@ inline constexpr ErrObject kErrorNonBlocking = 58;
inline constexpr ErrObject kErrorIPC = 59;
inline constexpr ErrObject kErrorSign = 60;
inline constexpr ErrObject kErrorInvalidCreds = 61;
+inline constexpr ErrObject kErrorCDTrayBroken = 62;
inline constexpr ErrObject kErrorUnimplemented = 0;
/// @brief The last error reported by the system to the process.