blob: 46540af7bfca4e44a27084f8ded6ccf86267a0f3 [file] [log] [blame]
#include "qemu/osdep.h"
#include "qapi/qmp/dispatch.h"
bool qmp_command_available(const QmpCommand *cmd, Error **errp)
{
return true;
}