Statistics
| Branch: | Revision:

root / qemu-log.h @ 79383c9c

History | View | Annotate | Download (90 Bytes)

1
#ifndef QEMU_LOG_H
2
#define QEMU_LOG_H
3

    
4
extern FILE *logfile;
5
extern int loglevel;
6

    
7
#endif