summaryrefslogtreecommitdiff
path: root/hw/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ide.h')
-rw-r--r--hw/ide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ide.h b/hw/ide.h
index 2b5ae7c39e..73fb550574 100644
--- a/hw/ide.h
+++ b/hw/ide.h
@@ -4,6 +4,8 @@
#include "isa.h"
#include "pci.h"
+#define MAX_IDE_DEVS 2
+
/* ide-isa.c */
ISADevice *isa_ide_init(int iobase, int iobase2, int isairq,
DriveInfo *hd0, DriveInfo *hd1);