diff options
Diffstat (limited to 'include/asm-cris/hdreg.h')
-rw-r--r-- | include/asm-cris/hdreg.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/asm-cris/hdreg.h b/include/asm-cris/hdreg.h new file mode 100644 index 000000000..382a8e64c --- /dev/null +++ b/include/asm-cris/hdreg.h @@ -0,0 +1,11 @@ +/* + * linux/include/asm-cris/hdreg.h + * + */ + +#ifndef __ASMCRIS_HDREG_H +#define __ASMCRIS_HDREG_H + +typedef unsigned long ide_ioreg_t; + +#endif /* __ASMCRIS_HDREG_H */ |