mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 21:28:59 +00:00
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
This commit is contained in:
parent
385e2ccb66
commit
99328e1038
Notes:
sideshowbarker
2024-07-18 10:15:21 +09:00
Author: https://github.com/EdwinHoksberg
Commit: 99328e1038
Pull-request: https://github.com/SerenityOS/serenity/pull/8474
10 changed files with 21 additions and 38 deletions
|
@ -137,11 +137,6 @@ int getkeymap(char* name_buffer, size_t name_buffer_size, u32* map, u32* shift_m
|
|||
__RETURN_WITH_ERRNO(rc, rc, -1);
|
||||
}
|
||||
|
||||
void set_num_lock(bool on)
|
||||
{
|
||||
syscall(SC_set_num_lock, on);
|
||||
}
|
||||
|
||||
u16 internet_checksum(const void* ptr, size_t count)
|
||||
{
|
||||
u32 checksum = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue