diff options
| author | Bartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl> | 2004-04-13 04:28:56 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-13 04:28:56 -0700 |
| commit | 76fff7dbcd13e7437f49db01b4807b34e8ccbb2d (patch) | |
| tree | 33197bf6704e3070442de387ed638554d828ca85 /include/asm-mips | |
| parent | b7c2214d20086ce345144d377b38a1002394ca44 (diff) | |
[PATCH] add asm-generic/hdreg.h
Use it on all archs which define ide_ioreg_t to unsigned long.
Diffstat (limited to 'include/asm-mips')
| -rw-r--r-- | include/asm-mips/hdreg.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/include/asm-mips/hdreg.h b/include/asm-mips/hdreg.h index 0a952a910637..7f7fd1af0af3 100644 --- a/include/asm-mips/hdreg.h +++ b/include/asm-mips/hdreg.h @@ -1,16 +1 @@ -/* - * 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. - * - * 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 long ide_ioreg_t; - -#endif /* _ASM_HDREG_H */ +#include <asm-generic/hdreg.h> |
