85d8bf2f36
Otherwise the user has to explicitly include an auto-generated header. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
8 lines
129 B
C
8 lines
129 B
C
#ifndef TRACE_H
|
|
#define TRACE_H
|
|
|
|
#include "trace/generated-tracers.h"
|
|
#include "trace/generated-events.h"
|
|
|
|
#endif /* TRACE_H */
|