repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw: Remove superfluous includes of hw/hw.h
[qemu/ar7.git]
/
stubs
/
runstate-check.c
blob
2ccda2b70fa12802f9db1d45b7f2fa9b8e394869
1
#include
"qemu/osdep.h"
2
3
#include
"sysemu/runstate.h"
4
bool
runstate_check
(
RunState state
)
5
{
6
return
state
==
RUN_STATE_PRELAUNCH
;
7
}