mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
scsi: move scsi.h -> esp.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
fafce63d99
commit
1cd3af5480
5 changed files with 3 additions and 4 deletions
7
hw/esp.h
Normal file
7
hw/esp.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* esp.c */
|
||||
#define ESP_MAX_DEVS 7
|
||||
typedef void (*espdma_memory_read_write)(void *opaque, uint8_t *buf, int len);
|
||||
void esp_init(target_phys_addr_t espaddr, int it_shift,
|
||||
espdma_memory_read_write dma_memory_read,
|
||||
espdma_memory_read_write dma_memory_write,
|
||||
void *dma_opaque, qemu_irq irq, qemu_irq *reset);
|
Loading…
Add table
Add a link
Reference in a new issue