Changeset 129 for GPL/trunk/include/linux/fs.h
- Timestamp:
- Jun 12, 2007, 8:52:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/fs.h
r126 r129 235 235 unsigned int (*poll) (struct file *, struct poll_table_struct *); 236 236 int (*ioctl) (struct inode *, struct file *, unsigned int, unsigned long); 237 long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long);238 long (*compat_ioctl) (struct file *, unsigned int, unsigned long);239 237 int (*mmap) (struct file *, struct vm_area_struct *); 240 238 int (*open) (struct inode *, struct file *);
Note:
See TracChangeset
for help on using the changeset viewer.