Last change
on this file since 29331 was 17040, checked in by vboxsync, 16 years ago |
recompiler_new: svn properties.
|
-
Property svn:eol-style
set to
native
|
File size:
582 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
|
---|
3 | * other than GPL or LGPL is available it will apply instead, Sun elects to use only
|
---|
4 | * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
|
---|
5 | * a choice of LGPL license versions is made available with the language indicating
|
---|
6 | * that LGPLv2 or any later version may be used, or where a choice of which version
|
---|
7 | * of the LGPL is applied is otherwise unspecified.
|
---|
8 | */
|
---|
9 | #ifndef QEMU_LOG_H
|
---|
10 | #define QEMU_LOG_H
|
---|
11 |
|
---|
12 | extern FILE *logfile;
|
---|
13 | extern int loglevel;
|
---|
14 |
|
---|
15 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.