repo.or.cz
/
qemu
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w}um instructions.
[qemu/mini2440.git]
/
qemu-log.h
blob
1ebea81c5469315b0b3080a2aeb77c1e11fbc4ce
1
#ifndef QEMU_LOG_H
2
#define QEMU_LOG_H
3
4
extern
FILE
*
logfile
;
5
extern
int
loglevel
;
6
7
#endif