MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / include / asm-mips / ide.h
blob1992aac41a8e5371e8e4d7343f9c30777684df1a
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.
6 * This file contains the MIPS architecture specific IDE code.
8 * Copyright (C) 1994-1996 Linus Torvalds & authors
9 */
11 #ifndef __ASM_IDE_H
12 #define __ASM_IDE_H
14 #ifdef __KERNEL__
16 #include <ide.h>
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
23 #endif /* __KERNEL__ */
25 #endif /* __ASM_IDE_H */