mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06:00

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5115 c046a42c-6fe2-441c-8c8c-71466251a162
7 lines
90 B
C
7 lines
90 B
C
#ifndef QEMU_LOG_H
|
|
#define QEMU_LOG_H
|
|
|
|
extern FILE *logfile;
|
|
extern int loglevel;
|
|
|
|
#endif
|