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