diff options
Diffstat (limited to 'hw/qdev.h')
| -rw-r--r-- | hw/qdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/qdev.h b/hw/qdev.h index af2ee0f8b9..b342afbe3f 100644 --- a/hw/qdev.h +++ b/hw/qdev.h @@ -143,6 +143,7 @@ BusState *qbus_create(BusInfo *info, DeviceState *parent, const char *name); /*** monitor commands ***/ void do_info_qtree(Monitor *mon); +void do_info_qdrv(Monitor *mon); /*** qdev-properties.c ***/ |