Davide Libenzi | 5dc8bf8 | 2007-05-10 22:23:11 -0700 | [diff] [blame] | 1 | /* |
| 2 | * include/linux/anon_inodes.h |
| 3 | * |
| 4 | * Copyright (C) 2007 Davide Libenzi <davidel@xmailserver.org> |
| 5 | * |
| 6 | */ |
| 7 | |
| 8 | #ifndef _LINUX_ANON_INODES_H |
| 9 | #define _LINUX_ANON_INODES_H |
| 10 | |
Al Viro | 2030a42 | 2008-02-23 06:46:49 -0500 | [diff] [blame] | 11 | int anon_inode_getfd(const char *name, const struct file_operations *fops, |
Ulrich Drepper | 7d9dbca | 2008-07-23 21:29:22 -0700 | [diff] [blame] | 12 | void *priv, int flags); |
Davide Libenzi | 5dc8bf8 | 2007-05-10 22:23:11 -0700 | [diff] [blame] | 13 | |
| 14 | #endif /* _LINUX_ANON_INODES_H */ |
| 15 | |