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 
19