Hi,

--- On Fri, Jan 22, 2010 at 2:58 PM, Ratnadeep Debnath <[email protected]> wrote:
| int (*open) (struct inode *inode, struct file *filp);
|
| for opening devices, what does the inode and filp point to.
| These structures are not defined in our code, are they supplied
| by the user space application trying to access the device?
\--

No. These are defined in the kernel. Please use:

  http://lxr.linux.no/+trees

Or, use cscope with the kernel sources to cross-reference source code.

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
_______________________________________________
Users mailing list
[email protected]
http://lists.dgplug.org/listinfo.cgi/users-dgplug.org

Reply via email to