]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/seq_file.h
perf_counter tools: Create new chain_for_each_child() iterator
[mv-sheeva.git] / include / linux / seq_file.h
index 004f3b3342c5d580664b73aab18a9229186c9ed9..0c6a86b795968621a107c2c8c611b5ef7d387516 100644 (file)
@@ -43,6 +43,7 @@ int seq_release(struct inode *, struct file *);
 int seq_escape(struct seq_file *, const char *, const char *);
 int seq_putc(struct seq_file *m, char c);
 int seq_puts(struct seq_file *m, const char *s);
+int seq_write(struct seq_file *seq, const void *data, size_t len);
 
 int seq_printf(struct seq_file *, const char *, ...)
        __attribute__ ((format (printf,2,3)));