Drivers.h: Add B_SOCKET_IO_BASE declaration.

All the SIO... codes are in the 8900 range.

Change-Id: I7b319877d2430eba2573a0c8fd68cb7fc3b221d8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8693
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Augustin Cavalier
2024-12-21 17:00:00 +00:00
committed by waddlesplash
parent 1ad0f6ade6
commit 18443c583a
+2
View File
@@ -117,6 +117,8 @@ enum {
B_JOYSTICK_DRIVER_BASE = 8200, /* base for codes in joystick.h */ B_JOYSTICK_DRIVER_BASE = 8200, /* base for codes in joystick.h */
B_GRAPHIC_DRIVER_BASE = 8300, /* base for codes in graphic_driver.h */ B_GRAPHIC_DRIVER_BASE = 8300, /* base for codes in graphic_driver.h */
B_SOCKET_IO_BASE = 8900, /* base for codes in sys/sockio.h */
B_DEVICE_OP_CODES_END = 9999 /* end of Be-defined control ids */ B_DEVICE_OP_CODES_END = 9999 /* end of Be-defined control ids */
}; };