symbian-qemu-0.9.1-12/qemu-symbian-svp/hw/scsi.h
author Jani Hyvonen<jani.hyvonen@nokia.com>
Fri, 03 Sep 2010 13:37:52 +0300
branchgraphics-phase-3
changeset 98 542d4bc8b7ca
parent 1 2fb8b9db1c86
permissions -rw-r--r--
bug235_bringup_0 - simplified syborg graphicsdevice and updated towards better linux support

/* esp.c */
#define ESP_MAX_DEVS 7
typedef void (*espdma_memory_read_write)(void *opaque, uint8_t *buf, int len);
void esp_scsi_attach(void *opaque, BlockDriverState *bd, int id);
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);