1/*
2 * BK Id: SCCS/s.hdreg.h 1.5 05/17/01 18:14:24 cort
3 */
4/*
5 *  linux/include/asm-ppc/hdreg.h
6 *
7 *  Copyright (C) 1994-1996  Linus Torvalds & authors
8 */
9
10/*
11 *  This file contains the ppc architecture specific IDE code.
12 */
13
14#ifndef __ASMPPC_HDREG_H
15#define __ASMPPC_HDREG_H
16
17typedef unsigned int ide_ioreg_t;
18
19#endif /* __ASMPPC_HDREG_H */
20
21