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 @@ | |||
1 | #warning <asm/hdreg.h> is obsolete, please do not use it | ||
2 | |||
3 | #ifndef __ASM_GENERIC_HDREG_H | ||
4 | #define __ASM_GENERIC_HDREG_H | ||
5 | |||
6 | typedef unsigned long ide_ioreg_t; | ||
7 | |||
8 | #endif /* __ASM_GENERIC_HDREG_H */ | ||