hi,
I'm trying to use the gpio api of the kernel to read some values from my pins.
I include the "linux/gpio.h" headers but most function are not there (for example, gpio_read_value or gpio_is_valid)?
Do I need to include something else to have access to the gpio?