kolibrios/drivers/include/linux/file.h
Sergey Semyonov (Serge) 0ede580d2f ddk: 3.17-rc1
git-svn-id: svn://kolibrios.org@5056 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-08-23 10:29:27 +00:00

9 lines
164 B
C

/*
* Wrapper functions for accessing the file_struct fd array.
*/
#ifndef __LINUX_FILE_H
#define __LINUX_FILE_H
struct file;
#endif /* __LINUX_FILE_H */