Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6335 → Rev 6336

/drivers/include/linux/file.h
10,6 → 10,7
#include <linux/posix_types.h>
 
struct file;
 
extern void fput(struct file *);
extern struct file *fget(unsigned int fd);
#endif /* __LINUX_FILE_H */