This website requires JavaScript.
Explore
Help
Register
Sign In
xemu-project
/
xemu
Watch
1
Star
0
Fork
0
You've already forked xemu
mirror of
https://github.com/xemu-project/xemu.git
synced
2024-12-03 09:00:47 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
246fc0fb66
xemu
/
include
/
trace.h
7 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
build: Use separate makefile for "trace/" Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> -- Changes in v2: * Do not depend on "qemu-timer-common.o". * Use "$(obj)" in rules to refer to the build sub-directory. * Remove dependencies against "$(GENERATED_HEADERS)". Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-12-14 19:13:09 +00:00
#
ifndef TRACE_H
#
define TRACE_H
#
include
"trace/generated-tracers.h"
Clean up decorations and whitespace around header guards Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
2016-06-29 13:29:06 +00:00
#
endif
/* TRACE_H */
Reference in New Issue
Copy Permalink