Hi,
I have some header file (a.h, b.h, c.h,...) like that:
---duong
-----------a.h
-----------b.h
-----------c.h
--------------
I want to add them into kernel source code, and in user space i can use them by use include,
#include <duong/a.h>
#include <duong/b.h>
#include <duong/c.h>
How can i do it, please help me, many thanks, :)