Changeset 615 for GPL/branches/uniaud32-next/include/linux/file.h
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/file.h
r32 r615 5 5 #ifndef __LINUX_FILE_H 6 6 #define __LINUX_FILE_H 7 8 struct fd { 9 struct file *file; 10 int need_put; 11 }; 7 12 8 13 extern void _fput(struct file *);
Note:
See TracChangeset
for help on using the changeset viewer.