From 7d8406be69ce936839300159fcf2a0c4863f7f08 Mon Sep 17 00:00:00 2001 From: pbrook Date: Tue, 30 May 2006 01:48:12 +0000 Subject: PCI SCSI HBA emulation. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1946 c046a42c-6fe2-441c-8c8c-71466251a162 --- vl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vl.h') diff --git a/vl.h b/vl.h index 26e009fdc4..9442409571 100644 --- a/vl.h +++ b/vl.h @@ -1048,6 +1048,10 @@ int32_t scsi_send_command(SCSIDevice *s, uint32_t tag, uint8_t *buf, int lun); int scsi_read_data(SCSIDevice *s, uint8_t *data, uint32_t len); int scsi_write_data(SCSIDevice *s, uint8_t *data, uint32_t len); +/* lsi53c895a.c */ +void lsi_scsi_attach(void *opaque, BlockDriverState *bd, int id); +void *lsi_scsi_init(PCIBus *bus, int devfn); + /* integratorcp.c */ extern QEMUMachine integratorcp926_machine; extern QEMUMachine integratorcp1026_machine; -- cgit v1.2.3