tracing: Move the trace_seq_* functions into its own trace_seq.c file
[platform/kernel/linux-rpi.git] / include / linux / trace_seq.h
index 1361169..66ea365 100644 (file)
@@ -25,6 +25,8 @@ trace_seq_init(struct trace_seq *s)
        s->full = 0;
 }
 
+#define MAX_MEMHEX_BYTES       8
+
 /*
  * Currently only defined when tracing is enabled.
  */