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_SEEQ_H
0009 #define __ASM_SGI_SEEQ_H
0010 
0011 #include <linux/if_ether.h>
0012 
0013 #include <asm/sgi/hpc3.h>
0014 
0015 struct sgiseeq_platform_data {
0016     struct hpc3_regs *hpc;
0017     unsigned int irq;
0018     unsigned char mac[ETH_ALEN];
0019 };
0020 
0021 #endif /* __ASM_SGI_SEEQ_H */