1 #ifndef _ASM_HDREG_H
2 #define _ASM_HDREG_H
3 
4 //typedef unsigned short ide_ioreg_t;
5 typedef unsigned long ide_ioreg_t;
6 
7 #endif
8