Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2007 by Ralf Baechle
0007  */
0008 #ifndef __ASM_SGI_WD_H
0009 #define __ASM_SGI_WD_H
0010 
0011 #include <asm/sgi/hpc3.h>
0012 
0013 struct sgiwd93_platform_data {
0014     unsigned int unit;
0015     unsigned int irq;
0016     struct hpc3_scsiregs *hregs;
0017     unsigned char *wdregs;
0018 };
0019 
0020 #endif /* __ASM_SGI_WD_H */