Subversion Repositories Kolibri OS

Rev

Rev 5056 | Rev 6336 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5056 Rev 6293
1
/*
1
/*
2
 * Wrapper functions for accessing the file_struct fd array.
2
 * Wrapper functions for accessing the file_struct fd array.
3
 */
3
 */
4
 
4
 
5
#ifndef __LINUX_FILE_H
5
#ifndef __LINUX_FILE_H
6
#define __LINUX_FILE_H
6
#define __LINUX_FILE_H
-
 
7
 
-
 
8
#include 
-
 
9
#include 
-
 
10
#include 
-
 
11
 
7
struct file;
12
struct file;
-
 
13
extern void fput(struct file *);
-
 
14
extern struct file *fget(unsigned int fd);
8
#endif /* __LINUX_FILE_H */
15
#endif /* __LINUX_FILE_H */