ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-mips / ide.h
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License.  See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * This file contains the MIPS architecture specific IDE code.
7  *
8  * Copyright (C) 1994-1996  Linus Torvalds & authors
9  */
10
11 #ifndef __ASM_IDE_H
12 #define __ASM_IDE_H
13
14 #ifdef __KERNEL__
15
16 #include <ide.h>
17
18 #define __ide_mm_insw   ide_insw
19 #define __ide_mm_insl   ide_insl
20 #define __ide_mm_outsw  ide_outsw
21 #define __ide_mm_outsl  ide_outsl
22
23 #endif /* __KERNEL__ */
24
25 #endif /* __ASM_IDE_H */