Merge branch 'fixes-for-3.9' of git://git.linaro.org/people/mszyprowski/linux-dma...
[deliverable/linux.git] / fs / proc / fd.h
CommitLineData
faf60af1
CG
1#ifndef __PROCFS_FD_H__
2#define __PROCFS_FD_H__
3
4#include <linux/fs.h>
5
6extern const struct file_operations proc_fd_operations;
7extern const struct inode_operations proc_fd_inode_operations;
8
9extern const struct file_operations proc_fdinfo_operations;
10extern const struct inode_operations proc_fdinfo_inode_operations;
11
12extern int proc_fd_permission(struct inode *inode, int mask);
13
14#endif /* __PROCFS_FD_H__ */
This page took 0.0545 seconds and 5 git commands to generate.