Hi everybody,
A syscall question: I have a custom syscall called read_page_async, using it in my user programs I need to include this line in source code: _syscall1(int,read_page_async,int,address); (I don't remember if this is the correct syntax)
I've read about the possibility of creating a header file with this line in order to add an include directive to the user code, but, can I put this line in some other place in the kernel headers so that I can avoid the creation of this new header file.
Thanks,
Cristina.
_________________________________________________________________
Horóscopo, tarot, numerología... Escucha lo que te dicen los astros. http://astrocentro.msn.es/
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/