qemu-log.h revision 8d3f9624838fe3f51aa71276ada9759b407a0ad3
/*
* Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
* other than GPL or LGPL is available it will apply instead, Sun elects to use only
* the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
* a choice of LGPL license versions is made available with the language indicating
* that LGPLv2 or any later version may be used, or where a choice of which version
* of the LGPL is applied is otherwise unspecified.
*/
#ifndef QEMU_LOG_H
#define QEMU_LOG_H
extern FILE *logfile;
extern int loglevel;
#endif