diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-02-20 20:50:50 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-02-20 20:50:50 +0000 |
commit | b8d3cc7ceb61a07b865b420139477b91a4be202f (patch) | |
tree | bfdcc04293c2599e55d546e3527a41c5de798423 /include/asm-mips64 | |
parent | c3faff3a02e345e7bb852a985e94acde0c364b20 (diff) |
Make ide_ioreg_t unsigned long.
Diffstat (limited to 'include/asm-mips64')
-rw-r--r-- | include/asm-mips64/hdreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-mips64/hdreg.h b/include/asm-mips64/hdreg.h index 757769670..ed8c0d4a5 100644 --- a/include/asm-mips64/hdreg.h +++ b/include/asm-mips64/hdreg.h @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. @@ -7,12 +6,13 @@ * This file contains the MIPS architecture specific IDE code. * * Copyright (C) 1994-1996 Linus Torvalds & authors + * Copyright (C) 2001 Ralf Baechle */ #ifndef _ASM_HDREG_H #define _ASM_HDREG_H -typedef unsigned short ide_ioreg_t; +typedef unsigned long ide_ioreg_t; #endif /* _ASM_HDREG_H */ |