seq_buf: Add seq_buf_do_printk() helper
[linux-block.git] / include / linux / seq_buf.h
index 5b31c51479694fc69cf7a4e94dcea3710b970c4d..515d7fcb9634b556c7b9a77b0757900c3aa1a3ea 100644 (file)
@@ -159,4 +159,6 @@ extern int
 seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary);
 #endif
 
+void seq_buf_do_printk(struct seq_buf *s, const char *lvl);
+
 #endif /* _LINUX_SEQ_BUF_H */