Hi, Fawad Thanks in advance.
include/linux has function declarations for functions used directly by kernel it-self but the /usr/include/linux contains only declarations/structures for those used by the user_space library (like glibc)
You mean that /usr/include/linux have nothing to say with include/linux? i.e., /usr/include/linux is generated by the user-space library or program? Regards, Cheng -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/