mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +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>
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 */
|