more changes on original files
[linux-2.4.git] / include / asm-arm / ide.h
1 /*
2  *  linux/include/asm-arm/ide.h
3  *
4  *  Copyright (C) 1994-1996  Linus Torvalds & authors
5  */
6
7 /*
8  *  This file contains the i386 architecture specific IDE code.
9  */
10
11 #ifndef __ASMARM_IDE_H
12 #define __ASMARM_IDE_H
13
14 #ifdef __KERNEL__
15
16 #ifndef MAX_HWIFS
17 #define MAX_HWIFS       4
18 #endif
19
20 #include <asm/arch/ide.h>
21
22 /*
23  * We always use the new IDE port registering,
24  * so these are fixed here.
25  */
26 #define ide_default_io_base(i)          ((ide_ioreg_t)0)
27 #define ide_default_irq(b)              (0)
28
29 #include <asm-generic/ide_iops.h>
30
31 #endif /* __KERNEL__ */
32
33 #endif /* __ASMARM_IDE_H */