I am trying to include ioctl.h
on my Gumstix Linux in order to use the on-board ADC.
In turn, ioctl.h
includes asm/ioctls.h
which is missing on my machine.
In fact, the entire /usr/asm
directory is missing. Does anybody know how I am supposed to add/install it and why it is missing?