From 8818686ef4020d56662923c0a358804ff19de70f Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 3 Jan 2017 02:39:57 +0100 Subject: [PATCH] Added a declaration of scsi_model to ibm.h. --- src/ibm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ibm.h b/src/ibm.h index 5e5bd9324..02779a5ba 100644 --- a/src/ibm.h +++ b/src/ibm.h @@ -599,4 +599,4 @@ int mem_a20_state; void fatal(const char *format, ...); -extern int scsi_base, scsi_irq, scsi_dma; +extern int scsi_model, scsi_base, scsi_irq, scsi_dma;