diff options
Diffstat (limited to 'hw/qdev.h')
-rw-r--r-- | hw/qdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -260,7 +260,6 @@ struct DeviceInfo { BusInfo *bus_info; }; -void qdev_register(DeviceInfo *info); void qdev_register_subclass(DeviceInfo *info, const char *parent); /* Register device properties. */ |