Subversion Repositories Kolibri OS

Rev

Rev 6934 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6934 Rev 7143
Line 10... Line 10...
10
#include 
10
#include 
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
struct file;
12
struct file;
-
 
13
 
-
 
14
extern void fput(struct file *);
-
 
15
 
-
 
16
struct file_operations;
-
 
17
struct vfsmount;
13
 
18
struct dentry;
14
extern void fput(struct file *);
19
struct path;
15
struct fd {
20
struct fd {
16
	struct file *file;
21
	struct file *file;
17
	unsigned int flags;
22
	unsigned int flags;