GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / anon_inodes.h
blobd188dd7cd32361b265f01bbcce1ba6264ed5dcd1
1 /*
2 * include/linux/anon_inodes.h
4 * Copyright (C) 2007 Davide Libenzi <davidel@xmailserver.org>
6 */
8 #ifndef _LINUX_ANON_INODES_H
9 #define _LINUX_ANON_INODES_H
11 struct file *anon_inode_getfile(const char *name,
12 const struct file_operations *fops,
13 void *priv, int flags);
14 int anon_inode_getfd(const char *name, const struct file_operations *fops,
15 void *priv, int flags);
17 #endif /* _LINUX_ANON_INODES_H */