This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How can add header file into kernel source code?

Other Parts Discussed in Thread: AM5728

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, :)