blob: 20061819d77a027b9ea074f7a6a6a6117ba6dacb (
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 __ASMS390_HDREG_H
#define __ASMS390_HDREG_H
typedef unsigned long ide_ioreg_t;
#endif /* __ASMS390_HDREG_H */
|