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-mips | |
parent | c3faff3a02e345e7bb852a985e94acde0c364b20 (diff) |
Make ide_ioreg_t unsigned long.
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/hdreg.h | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/include/asm-mips/hdreg.h b/include/asm-mips/hdreg.h index 189dfc55c..4b90cf6bf 100644 --- a/include/asm-mips/hdreg.h +++ b/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 */ |