mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
9 lines
190 B
C
9 lines
190 B
C
|
#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 */
|