Statistics
| Branch: | Revision:

root / qemu-log.h @ e2832619

History | View | Annotate | Download (90 Bytes)

1 79383c9c blueswir1
#ifndef QEMU_LOG_H
2 79383c9c blueswir1
#define QEMU_LOG_H
3 79383c9c blueswir1
4 79383c9c blueswir1
extern FILE *logfile;
5 79383c9c blueswir1
extern int loglevel;
6 79383c9c blueswir1
7 79383c9c blueswir1
#endif