Changeset 441 for GPL/trunk/include/linux/proc_fs.h
- Timestamp:
- Jun 6, 2009, 4:22:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/proc_fs.h
r305 r441 236 236 #endif /* CONFIG_PROC_FS */ 237 237 238 static inline struct proc_dir_entry *PDE(const struct inode *inode) 239 { 240 return (struct proc_dir_entry *) inode->u.generic_ip; 241 } 242 238 243 #endif /* _LINUX_PROC_FS_H */
Note:
See TracChangeset
for help on using the changeset viewer.