linux-headers@6.8

Linux kernel 6.8 header files for development and compilation

brewmacoslinux
Try with needOr install directly
Source

About

Header files of the Linux kernel

Commands

linux-headers@6.8

Examples

Install Linux kernel headers for kernel module development$ brew install linux-headers@6.8
Locate kernel headers for compiling external kernel modules$ ls /usr/local/opt/linux-headers@6.8/include/linux
Use headers in Makefile for kernel module compilation$ make -C /usr/local/opt/linux-headers@6.8 M=$(pwd) modules