linux-headers@5.15

Linux kernel 5.15 header files for development and compilation

brewmacoslinux
Try with needOr install directly
Source

About

Header files of the Linux kernel

Commands

linux-headers@5.15

Examples

Locate kernel headers for compiling kernel modules$ ls /usr/local/opt/linux-headers@5.15/include/linux
Use headers when building external kernel modules$ make -C /usr/local/opt/linux-headers@5.15 M=$(pwd) modules
Check installed kernel header version$ cat /usr/local/opt/linux-headers@5.15/include/linux/version.h