mirror of
https://github.com/X11Libre/xf86-input-keyboard.git
synced 2026-04-14 10:54:15 +00:00
The CONSOLE_* macros used to be in xf86_OSlib.h, but there's an MR moving them into Xserver's bsd specific init code, since it's the only consumer, with the little exception CONSOLE_X_BELL also used by this driver. According to comments in the Xserver, these macros seem to originate from some other, probably platform specific, header "ioctl_pc.h", but couldn't find any trace where that actually came from. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>