summaryrefslogtreecommitdiff
path: root/qemu-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-log.h')
-rw-r--r--qemu-log.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu-log.h b/qemu-log.h
new file mode 100644
index 0000000000..1ebea81c54
--- /dev/null
+++ b/qemu-log.h
@@ -0,0 +1,7 @@
+#ifndef QEMU_LOG_H
+#define QEMU_LOG_H
+
+extern FILE *logfile;
+extern int loglevel;
+
+#endif