The file "linux/gpio.h" is included by kernel code or drivers. You will probably have to build the kernel. Your code will have to either be part of the kernel code, eg in the board file. Or it can be in a driver.
↧
The file "linux/gpio.h" is included by kernel code or drivers. You will probably have to build the kernel. Your code will have to either be part of the kernel code, eg in the board file. Or it can be in a driver.