diff options
| author | Aurelien Jarno <aurelien@aurel32.net> | 2011-01-19 23:10:40 +0100 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-01-20 12:37:21 +0100 |
| commit | c2dd2a2352ebd51911460e65453455d489bea564 (patch) | |
| tree | 98ec659888f09cbb114af7bdf8f6020608c59de4 /hw/mips.h | |
| parent | cf154394bd0a8e77c3cca3acefbad9b7a54efdaf (diff) | |
| download | focaccia-qemu-c2dd2a2352ebd51911460e65453455d489bea564.tar.gz focaccia-qemu-c2dd2a2352ebd51911460e65453455d489bea564.zip | |
gt64xxx: qdev conversion
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/mips.h')
| -rw-r--r-- | hw/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips.h b/hw/mips.h index 617ea103c0..757e8f931c 100644 --- a/hw/mips.h +++ b/hw/mips.h @@ -3,7 +3,7 @@ /* Definitions for mips board emulation. */ /* gt64xxx.c */ -PCIBus *pci_gt64120_init(qemu_irq *pic); +PCIBus *gt64120_register(qemu_irq *pic); /* bonito.c */ PCIBus *bonito_init(qemu_irq *pic); |