freebsd-dev/sys/dev/atkbdc
Warner Losh cd29688e8e kbdreg.h: include opt_kbd.h
This is a kernel-only file, so it's safe to include opt_kbd.h. However,
add #ifdef _KERNEL guards to emphasize that. And also move the include
of opt_kbd.h in atkbdcreg.h to inside the kernel guards. Nothing outside
the kernel in tree uses the rest of that file, but I'm less comfortable
moving the #ifdef _KERNEL to the top of that file.

Sponsored by:		Netflix
2023-02-27 07:37:32 -07:00
..
atkbd_atkbdc.c atkbd/psm: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
atkbd.c atkbd: correct bogus character in #ifdef 2023-02-14 11:55:52 -05:00
atkbdc_isa.c atkbd/psm: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
atkbdc_subr.c atkbd/psm: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
atkbdc_subr.h atkbd/psm: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
atkbdc.c atkbd(4): Just use nitems() for quirk enumeration 2020-12-05 22:04:30 +00:00
atkbdcreg.h kbdreg.h: include opt_kbd.h 2023-02-27 07:37:32 -07:00
atkbdreg.h
psm.c psm: ansify 2023-02-13 18:38:49 +00:00
psm.h