forked from KolibriOS/kolibrios
9 lines
164 B
C
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 */
|