special usb hub handling, IDE disks, and retries all over the place
[linux-2.4.git] / include / asm-ppc / hdreg.h
1 /*
2  *  linux/include/asm-ppc/hdreg.h
3  *
4  *  Copyright (C) 1994-1996  Linus Torvalds & authors
5  */
6
7 /*
8  *  This file contains the ppc architecture specific IDE code.
9  */
10
11 #ifndef __ASMPPC_HDREG_H
12 #define __ASMPPC_HDREG_H
13
14 //typedef unsigned int ide_ioreg_t;
15 typedef unsigned long ide_ioreg_t;
16
17 #endif /* __ASMPPC_HDREG_H */
18