blob: 1d417a15c17cfe4fe43d406a57818610f0255b77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* linux/include/asm-sh/hdreg.h
*
* Copyright (C) 1994-1996 Linus Torvalds & authors
*/
#ifndef __ASM_SH_HDREG_H
#define __ASM_SH_HDREG_H
typedef unsigned int ide_ioreg_t;
#endif /* __ASM_SH_HDREG_H */
|