Header files for Linux kernel 4.4 development and compilation
Header files of the Linux kernel
linux-headers@4.4$ brew install linux-headers@4.4$ make -C /usr/local/opt/linux-headers@4.4 M=$(pwd) modules$ gcc -I/usr/local/opt/linux-headers@4.4/include myprogram.c -o myprogram