mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
isa: add creation function that may fail
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
91c9e09147
commit
86f4a9a5c7
2 changed files with 13 additions and 0 deletions
1
hw/isa.h
1
hw/isa.h
|
@ -32,6 +32,7 @@ void isa_init_ioport(ISADevice *dev, uint16_t ioport);
|
|||
void isa_init_ioport_range(ISADevice *dev, uint16_t start, uint16_t length);
|
||||
void isa_qdev_register(ISADeviceInfo *info);
|
||||
ISADevice *isa_create(const char *name);
|
||||
ISADevice *isa_try_create(const char *name);
|
||||
ISADevice *isa_create_simple(const char *name);
|
||||
|
||||
extern target_phys_addr_t isa_mem_base;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue