diff options
Diffstat (limited to 'src/fs/file_table.c')
-rw-r--r-- | src/fs/file_table.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/fs/file_table.c b/src/fs/file_table.c new file mode 100644 index 0000000..e0589ac --- /dev/null +++ b/src/fs/file_table.c | |||
@@ -0,0 +1,9 @@ | |||
1 | /* | ||
2 | * linux/fs/file_table.c | ||
3 | * | ||
4 | * (C) 1991 Linus Torvalds | ||
5 | */ | ||
6 | |||
7 | #include <linux/fs.h> | ||
8 | |||
9 | struct file file_table[NR_FILE]; | ||