Iam using ubuntu 11.10 with kernel 3.0.0-12 generic. My sample code is:
#include<linux/delay.h>
#include<linux/uaccess.h>
main()
{
---------;
--------;
----------;
}
Errors: unable to open linux/delay.h
unable to open linux/uaccess.h
Note: I didnt have any delay,uaccess header files in my usr/include/linux folder.
I WILL BE THANKFUL.... IF ANYONE REPLIED FOR THIS PROBLEM.