scsi: move host_status handling into SCSI drivers
[qemu/ar7.git] / stubs / qmp-command-available.c
blob46540af7bfca4e44a27084f8ded6ccf86267a0f3
1 #include "qemu/osdep.h"
2 #include "qapi/qmp/dispatch.h"
4 bool qmp_command_available(const QmpCommand *cmd, Error **errp)
6 return true;