I am modifying a current driver inoder to control it by using read/writes. I am trying to implement the memcpy_tofs/memcpy_fromfs. My question is how do I find the pointer to the user space. I have tried to use fopen() etc. but there are conflicts when I try to include "stdio.h". As this is a previously created driver i don't want to start playing with it. Any ideas? Thanks
Mike