linux-headers@4.4

Header files for Linux kernel 4.4 development and compilation

brewmacoslinux
Try with needOr install directly
Source

About

Header files of the Linux kernel

Commands

linux-headers@4.4

Examples

Install Linux kernel headers for version 4.4$ brew install linux-headers@4.4
Compile kernel modules against Linux 4.4 headers$ make -C /usr/local/opt/linux-headers@4.4 M=$(pwd) modules
Include headers in C/C++ compilation for kernel development$ gcc -I/usr/local/opt/linux-headers@4.4/include myprogram.c -o myprogram