1/* 2 * linux/include/asm-arm/hdreg.h 3 * 4 * Copyright (C) 1994-1996 Linus Torvalds & authors 5 */ 6 7#ifndef __ASMARM_HDREG_H 8#define __ASMARM_HDREG_H 9 10//typedef unsigned int ide_ioreg_t; 11typedef unsigned long ide_ioreg_t; 12 13#endif /* __ASMARM_HDREG_H */ 14 15