Subversion Repositories Kolibri OS

Rev

Rev 4559 | Rev 6293 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4559 Serge 1
/*
2
 * Wrapper functions for accessing the file_struct fd array.
3
 */
4
 
5
#ifndef __LINUX_FILE_H
6
#define __LINUX_FILE_H
5056 serge 7
struct file;
4559 Serge 8
#endif /* __LINUX_FILE_H */