feat: further kernel power and power optimizations
This commit is contained in:
@@ -219,6 +219,9 @@ namespace Montauk {
|
||||
static constexpr uint64_t SYS_CLIPBOARD_GET_TEXT = 121;
|
||||
static constexpr uint64_t SYS_CLIPBOARD_CLEAR = 122;
|
||||
|
||||
/* Input.hpp */
|
||||
static constexpr uint64_t SYS_INPUT_WAIT = 123;
|
||||
|
||||
static constexpr uint32_t CLIPBOARD_MAX_TEXT_BYTES = 256 * 1024;
|
||||
|
||||
static constexpr uint32_t IPC_SIGNAL_READABLE = 1u << 0;
|
||||
|
||||
Reference in New Issue
Block a user