]> git.proxmox.com Git - qemu.git/blame - trace/stderr.h
Merge branch 'vga.1' of git://git.kraxel.org/qemu
[qemu.git] / trace / stderr.h
CommitLineData
9a82b6a5
L
1#ifndef TRACE_STDERR_H
2#define TRACE_STDERR_H
3
4typedef uint64_t TraceEventID;
5
6typedef struct {
7 const char *tp_name;
8 bool state;
9} TraceEvent;
10
11#endif /* ! TRACE_STDERR_H */