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.
I\'ve a gumstix Overo which I am configuring to work with a e-CAM camera. The documentation provided by camera manufacture asks me to patch a 2.6.34 kernel and compile in Video For Linux support. When
So I\'m trying to write a kernel module that uses the linux/timer.h file. I got it to work inside just the module, and now I am trying to get it to work from a user program.