diff options
Diffstat (limited to 'include/asm-s390/hdreg.h')
-rw-r--r-- | include/asm-s390/hdreg.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-s390/hdreg.h b/include/asm-s390/hdreg.h new file mode 100644 index 000000000..20061819d --- /dev/null +++ b/include/asm-s390/hdreg.h @@ -0,0 +1,13 @@ +/* + * linux/include/asm-arm/hdreg.h + * + * Copyright (C) 1994-1996 Linus Torvalds & authors + */ + +#ifndef __ASMS390_HDREG_H +#define __ASMS390_HDREG_H + +typedef unsigned long ide_ioreg_t; + +#endif /* __ASMS390_HDREG_H */ + |