I've got my skeleton for implementing a library in my Android project and I'm porting the "spidev_fdx.c" to my library (my app will load this library and make JNI calls).
However, I'm looking through my "\android-ndk-r6\platforms\android-8\arch-arm\usr\include\linux" folder and there is no SPI include file (linux/spi/spidev.h) !
How do I proceed ?