|
@@ -46,6 +46,8 @@ int seq_path(struct seq_file *, struct vfsmount *, struct dentry *, char *);
|
|
|
|
|
|
int single_open(struct file *, int (*)(struct seq_file *, void *), void *);
|
|
int single_open(struct file *, int (*)(struct seq_file *, void *), void *);
|
|
int single_release(struct inode *, struct file *);
|
|
int single_release(struct inode *, struct file *);
|
|
|
|
+void *__seq_open_private(struct file *, const struct seq_operations *, int);
|
|
|
|
+int seq_open_private(struct file *, const struct seq_operations *, int);
|
|
int seq_release_private(struct inode *, struct file *);
|
|
int seq_release_private(struct inode *, struct file *);
|
|
|
|
|
|
#define SEQ_START_TOKEN ((void *)1)
|
|
#define SEQ_START_TOKEN ((void *)1)
|