diff options
Diffstat (limited to 'hw/isa.h')
| -rw-r--r-- | hw/isa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/isa.h b/hw/isa.h index dc970527ae..8fb498aa8d 100644 --- a/hw/isa.h +++ b/hw/isa.h @@ -47,6 +47,8 @@ ISADevice *isa_create(ISABus *bus, const char *name); ISADevice *isa_try_create(ISABus *bus, const char *name); ISADevice *isa_create_simple(ISABus *bus, const char *name); +ISADevice *isa_vga_init(ISABus *bus); + /** * isa_register_ioport: Install an I/O port region on the ISA bus. * |