blob: 36d0c06687d8100dbc174eb89154e46ee06a6ca0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */
|