diff options
author | Aurelien Jarno | 2011-01-19 18:23:59 +0100 |
---|---|---|
committer | Aurelien Jarno | 2011-01-20 12:37:21 +0100 |
commit | cf154394bd0a8e77c3cca3acefbad9b7a54efdaf (patch) | |
tree | 61592aba121a7994ae6bb6923d790193ca290f97 /hw/sh_pci.h | |
parent | sh_serial: process all received characters (diff) | |
download | qemu-cf154394bd0a8e77c3cca3acefbad9b7a54efdaf.tar.gz qemu-cf154394bd0a8e77c3cca3acefbad9b7a54efdaf.tar.xz qemu-cf154394bd0a8e77c3cca3acefbad9b7a54efdaf.zip |
sh_pci: qdev conversion
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/sh_pci.h')
-rw-r--r-- | hw/sh_pci.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/sh_pci.h b/hw/sh_pci.h deleted file mode 100644 index b1a5ec37c3..0000000000 --- a/hw/sh_pci.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef QEMU_SH_PCI_H -#define QEMU_SH_PCI_H - -#include "qemu-common.h" - -PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq, - void *pic, int devfn_min, int nirq); - -#endif |