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 * Copyright (C) 2001 Ralf Baechle 10 */ 11 12 #ifndef _ASM_HDREG_H 13 #define _ASM_HDREG_H 14 15 typedef unsigned long ide_ioreg_t; 16 17 #endif /* _ASM_HDREG_H */ 18 19