ipxe: update from 35c53797 to 4e03af8
[qemu/cris-port.git] / stubs / runstate-check.c
blobbd2e3757ae1413260e56e88ea175eba71b9f6d56
1 #include "sysemu/sysemu.h"
3 bool runstate_check(RunState state)
5 return state == RUN_STATE_PRELAUNCH;