docs: rstfy s390 dasd ipl documentation
[qemu/ar7.git] / trace / ftrace.h
blobcb5e35d2171d7aaf2d92e4655e62fe578ad58901
1 #ifndef TRACE_FTRACE_H
2 #define TRACE_FTRACE_H
4 #define MAX_TRACE_STRLEN 512
5 #define _STR(x) #x
6 #define STR(x) _STR(x)
8 extern int trace_marker_fd;
10 bool ftrace_init(void);
12 #endif /* TRACE_FTRACE_H */