diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-17 14:08:29 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-17 14:08:29 +0000 |
commit | 57d569635c05dc4ea9b9f1f8dcec69b9ddc989b2 (patch) | |
tree | 1f703abf7d95dcd50ee52da3b96eb1b4b2b4ea53 /include/asm-sparc64/hdreg.h | |
parent | 59223edaa18759982db0a8aced0e77457d10c68e (diff) |
The rest of 2.3.6.
Diffstat (limited to 'include/asm-sparc64/hdreg.h')
-rw-r--r-- | include/asm-sparc64/hdreg.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-sparc64/hdreg.h b/include/asm-sparc64/hdreg.h new file mode 100644 index 000000000..29b7cfe6d --- /dev/null +++ b/include/asm-sparc64/hdreg.h @@ -0,0 +1,13 @@ +/* $Id: hdreg.h,v 1.1 1999/05/14 07:23:13 davem Exp $ + * hdreg.h: Ultra/PCI specific IDE glue. + * + * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) + * Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be) + */ + +#ifndef __SPARC64_HDREG_H +#define __SPARC64_HDREG_H + +typedef unsigned long ide_ioreg_t; + +#endif /* __SPARC64_HDREG_H */ |