qemu-e2k/qemu-log.h

8 lines
90 B
C

#ifndef QEMU_LOG_H
#define QEMU_LOG_H
extern FILE *logfile;
extern int loglevel;
#endif