Changeset 445 for GPL/trunk/include/linux/fs.h
- Timestamp:
- Jun 8, 2009, 11:51:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/fs.h
r441 r445 233 233 234 234 struct file_operations { 235 struct module *owner; 235 236 loff_t (*llseek) (struct file *, loff_t, int); 236 237 int (*read) (struct file *, char *, size_t, loff_t *);
Note:
See TracChangeset
for help on using the changeset viewer.