diff options
Diffstat (limited to 'include/asm-generic/hdreg.h')
-rw-r--r-- | include/asm-generic/hdreg.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-generic/hdreg.h b/include/asm-generic/hdreg.h new file mode 100644 index 000000000000..7051fba8bcf9 --- /dev/null +++ b/include/asm-generic/hdreg.h @@ -0,0 +1,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 */ |