master
c 7 lines 141 Bytes
Raw
1 #include "qemu/osdep.h"
2 #include "qapi/qmp-registry.h"
3
4 bool qmp_command_available(const QmpCommand *cmd, Error **errp)
5 {
6 return true;
7 }