esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
[qemu/kevin.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;