mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
7 lines
129 B
C
7 lines
129 B
C
#ifndef TRACE_H
|
|
#define TRACE_H
|
|
|
|
#include "trace/generated-tracers.h"
|
|
#include "trace/generated-events.h"
|
|
|
|
#endif /* TRACE_H */
|