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