thinkpad-acpi: handle some new HKEY 0x60xx events
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / anon_inodes.h
blob69a21e0ebd33c5e559aae05b0fc98471fd5cb0a6
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 */