esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
[qemu/kevin.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;