blob: 7051fba8bcf9412d2a60176ce4395f3b86d5521a (
plain)
1
2
3
4
5
6
7
8
|
#warning <asm/hdreg.h> is obsolete, please do not use it
#ifndef __ASM_GENERIC_HDREG_H
#define __ASM_GENERIC_HDREG_H
typedef unsigned long ide_ioreg_t;
#endif /* __ASM_GENERIC_HDREG_H */
|