mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
qdev: Move declaration of qdev_init_bdrv() into qdev.h
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
a803cb8eb8
commit
7b370f5130
4 changed files with 2 additions and 4 deletions
2
sysemu.h
2
sysemu.h
|
@ -188,8 +188,6 @@ extern const char *drive_get_serial(BlockDriverState *bdrv);
|
|||
extern BlockInterfaceErrorAction drive_get_on_error(
|
||||
BlockDriverState *bdrv, int is_read);
|
||||
|
||||
BlockDriverState *qdev_init_bdrv(DeviceState *dev, BlockInterfaceType type);
|
||||
|
||||
extern QemuOpts *drive_add(const char *file, const char *fmt, ...);
|
||||
extern DriveInfo *drive_init(QemuOpts *arg, int default_to_scsi,
|
||||
int *fatal_error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue