Subversion Repositories Kolibri OS

Rev

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

Rev 4559 Rev 5056
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
6
#define __LINUX_FILE_H
7
struct file;