1 /* $Id: hdreg.h,v 1.1 1999/05/14 07:23:13 davem Exp $ 2 * hdreg.h: Ultra/PCI specific IDE glue. 3 * 4 * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) 5 * Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be) 6 */ 7 8 #ifndef __SPARC64_HDREG_H 9 #define __SPARC64_HDREG_H 10 11 typedef unsigned long ide_ioreg_t; 12 13 #endif /* __SPARC64_HDREG_H */ 14