aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/bits.h
Commit message (Collapse)AuthorAgeFilesLines
* linuxkpi: Move `GENMASK()` to <linux/bits.h>Jean-Sébastien Pédron2026-04-221-0/+14
... from <linux/bitops.h>. This matches the location on Linux. <linux/bits.h> is also included from <linux/bitops.h>. Therefore it will not break anything. Reviewed by: bz Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D56584