diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/seq_file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/seq_file.h b/include/linux/seq_file.h index 13df4750a271..e0d0e74ba4c2 100644 --- a/include/linux/seq_file.h +++ b/include/linux/seq_file.h @@ -65,5 +65,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_release(struct inode *, struct file *); int seq_release_private(struct inode *, struct file *); + +#define SEQ_START_TOKEN ((void *)1) + #endif #endif |
