hw/sd: sd: Move the sd_block_{read, write} and macros ahead
[qemu/ar7.git] / stubs / vm-stop.c
blob7f8a9da8a598164b7eaad4a5b1df2a4b2147ae5c
1 #include "qemu/osdep.h"
3 #include "sysemu/runstate.h"
4 void qemu_system_vmstop_request_prepare(void)
6 abort();
9 void qemu_system_vmstop_request(RunState state)
11 abort();