ddk: v.4.4.5

git-svn-id: svn://kolibrios.org@6336 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2016-03-13 06:45:57 +00:00
parent 77815d548c
commit 4b9e73fcb4
18 changed files with 193 additions and 27 deletions

View File

@@ -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 */