diff options
Diffstat (limited to 'include/asm-h8300/hdreg.h')
-rw-r--r-- | include/asm-h8300/hdreg.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/asm-h8300/hdreg.h b/include/asm-h8300/hdreg.h new file mode 100644 index 0000000..36d0c06 --- /dev/null +++ b/include/asm-h8300/hdreg.h @@ -0,0 +1,15 @@ +/* + * linux/include/asm-h8300/hdreg.h + * + * Copyright (C) 1994-1996 Linus Torvalds & authors + */ + +#warning this file is obsolete, please do not use it + +#ifndef _H8300_HDREG_H +#define _H8300_HDREG_H + +typedef unsigned int q40ide_ioreg_t; +typedef unsigned char * ide_ioreg_t; + +#endif /* _H8300_HDREG_H */ |