mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 14:20:21 +00:00
Kernel: Add the SIOCATMARK ioctl request macro
This is not actually implemented at the moment, as we do not support sending or receiving out-of-band data at all currently, but it is required for some ports to compile.
This commit is contained in:
parent
0a36d1459a
commit
1f16250de9
Notes:
sideshowbarker
2024-07-17 23:10:53 +09:00
Author: https://github.com/IdanHo
Commit: 1f16250de9
Pull-request: https://github.com/SerenityOS/serenity/pull/11152
Reviewed-by: https://github.com/awesomekling
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,7 @@ enum IOCtlNumber {
|
|||
KEYBOARD_IOCTL_SET_NUM_LOCK,
|
||||
KEYBOARD_IOCTL_GET_CAPS_LOCK,
|
||||
KEYBOARD_IOCTL_SET_CAPS_LOCK,
|
||||
SIOCATMARK,
|
||||
SIOCSIFADDR,
|
||||
SIOCGIFADDR,
|
||||
SIOCGIFHWADDR,
|
||||
|
@ -141,6 +142,7 @@ enum IOCtlNumber {
|
|||
#define KEYBOARD_IOCTL_SET_NUM_LOCK KEYBOARD_IOCTL_SET_NUM_LOCK
|
||||
#define KEYBOARD_IOCTL_GET_CAPS_LOCK KEYBOARD_IOCTL_GET_CAPS_LOCK
|
||||
#define KEYBOARD_IOCTL_SET_CAPS_LOCK KEYBOARD_IOCTL_SET_CAPS_LOCK
|
||||
#define SIOCATMARK SIOCATMARK
|
||||
#define SIOCSIFADDR SIOCSIFADDR
|
||||
#define SIOCGIFADDR SIOCGIFADDR
|
||||
#define SIOCGIFHWADDR SIOCGIFHWADDR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue