Hello
I write module for 2.6 kernels. I wanted to open, read & write (especially to files). But when i use: open() or sys_open() durring compilation i receive:
warning: implicit declaration of function 'open'.
Why ? What functions should i use to operate on files ?
Thanx
Michal