Subversion Repositories Kolibri OS

Rev

Rev 5056 | Rev 6336 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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