summaryrefslogtreecommitdiff
path: root/kernel/include-compat/linux/anon_inodes.h
blob: 7b6862f26de446ffdb434805ab5b0bd7ef56d7f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  include/linux/anon_inodes.h
 *
 *  Copyright (C) 2007  Davide Libenzi <davidel@xmailserver.org>
 *
 */

#ifndef _LINUX_ANON_INODES_H
#define _LINUX_ANON_INODES_H

struct file_operations;

int anon_inode_getfd(const char *name, const struct file_operations *fops,
		     void *priv);

#endif /* _LINUX_ANON_INODES_H */