1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:47:36 +00:00

Kernel: Add the IFF_* SIOCGIFFLAGS flag macros

This commit is contained in:
Idan Horowitz 2021-10-28 00:24:39 +03:00 committed by Andreas Kling
parent adc9939a7b
commit 2882a90dec
2 changed files with 25 additions and 0 deletions

View file

@ -227,3 +227,5 @@ set(WSSCREEN_DEBUG ON)
# set(CONSOLE_OUT_TO_BOCHS_DEBUG_PORT)
# False positive: BOCHS_DEBUG_PORT represents an IO port constant
# set(BOCHS_DEBUG_PORT)
# False positive: IFF_DEBUG is an ioctl flag
# set(IFF_DEBUG)