[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtl_posixio
My quistion:
is the rtl_posixio struct only to be used in the kernel?
I have made a kernel module in rt_linux with some funktions. The
funktions are exportet an insertet in the rtl_file* struct. No problem
there.
Then i Make another kernel module.
I try to test the funktions with the exportet funktions and the
rtl_posixio struct in the rt-kernel. This olso works.
The last step is to move it to userspace. But then it does not work!
Anders Gnistrup