Home
last modified time | relevance | path

Searched defs:file_operations (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/zaurus/stand/zbsdmod/
H A Dcompat_linux.h36 struct file_operations { struct
37 struct module *owner;
38 void (*llseek) (void);
39 ssize_t (*read) (struct file *, char *, size_t, loff_t *);
63 extern int register_chrdev(unsigned int, const char *, struct file_operations *); argument