hw/sd: sd: Move the sd_block_{read, write} and macros ahead
[qemu/ar7.git] / stubs / runstate-check.c
blob2ccda2b70fa12802f9db1d45b7f2fa9b8e394869
1 #include "qemu/osdep.h"
3 #include "sysemu/runstate.h"
4 bool runstate_check(RunState state)
6 return state == RUN_STATE_PRELAUNCH;