diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-02 08:48:47 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-02 08:48:47 +0000 |
commit | 8b17de88e0dbe05a4ed2b6b7c9f402857a584930 (patch) | |
tree | cd5de4e95aba04f0c5efba3a68fb1ac559902ef6 /hw/sun4m.h | |
parent | e1ffb0f18f01dfedbff344bfeaf85ef9bd2084c4 (diff) |
Let ESP SCSI adapter to be usable outside sun4m (Herv�oussineau)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4007 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r-- | hw/sun4m.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h index 484e3e860e..bf2eca31e2 100644 --- a/hw/sun4m.h +++ b/hw/sun4m.h @@ -59,12 +59,6 @@ void *slavio_misc_init(target_phys_addr_t base, target_phys_addr_t power_base, CPUState *env); void slavio_set_power_fail(void *opaque, int power_failing); -/* esp.c */ -#define ESP_MAX_DEVS 7 -void esp_scsi_attach(void *opaque, BlockDriverState *bd, int id); -void *esp_init(target_phys_addr_t espaddr, - void *dma_opaque, qemu_irq irq, qemu_irq *reset); - /* cs4231.c */ void cs_init(target_phys_addr_t base, int irq, void *intctl); |