patch-2.4.6 linux/include/asm-mips/hdreg.h
Next file: linux/include/asm-mips/hw_irq.h
Previous file: linux/include/asm-mips/hardirq.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Jul 2 13:56:40 2001
- Orig file:
v2.4.5/linux/include/asm-mips/hdreg.h
- Orig date:
Sat May 13 08:31:25 2000
diff -u --recursive --new-file v2.4.5/linux/include/asm-mips/hdreg.h linux/include/asm-mips/hdreg.h
@@ -1,18 +1,15 @@
-/* $Id: hdreg.h,v 1.4 1998/05/08 21:05:26 davem Exp $
- *
- * linux/include/asm-mips/hdreg.h
- *
+/*
* Copyright (C) 1994-1996 Linus Torvalds & authors
+ * Copyright (C) 2001 Ralf Baechle
*/
/*
* This file contains the MIPS architecture specific IDE code.
*/
-#ifndef __ASM_MIPS_HDREG_H
-#define __ASM_MIPS_HDREG_H
-
-typedef unsigned short ide_ioreg_t;
+#ifndef _ASM_HDREG_H
+#define _ASM_HDREG_H
-#endif /* __ASM_MIPS_HDREG_H */
+typedef unsigned long ide_ioreg_t;
+#endif /* _ASM_HDREG_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)