diff options
Diffstat (limited to 'include/linux/trace_seq.h')
-rw-r--r-- | include/linux/trace_seq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/trace_seq.h b/include/linux/trace_seq.h index ba9627f00d3f..c68bccba2074 100644 --- a/include/linux/trace_seq.h +++ b/include/linux/trace_seq.h | |||
@@ -27,6 +27,8 @@ trace_seq_init(struct trace_seq *s) | |||
27 | #ifdef CONFIG_TRACING | 27 | #ifdef CONFIG_TRACING |
28 | extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...) | 28 | extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...) |
29 | __attribute__ ((format (printf, 2, 3))); | 29 | __attribute__ ((format (printf, 2, 3))); |
30 | extern int trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) | ||
31 | __attribute__ ((format (printf, 2, 0))); | ||
30 | extern int | 32 | extern int |
31 | trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary); | 33 | trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary); |
32 | extern void trace_print_seq(struct seq_file *m, struct trace_seq *s); | 34 | extern void trace_print_seq(struct seq_file *m, struct trace_seq *s); |