xref: /linux/arch/mips/include/asm/sgi/seeq.h (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1*384740dcSRalf Baechle /*
2*384740dcSRalf Baechle  * This file is subject to the terms and conditions of the GNU General Public
3*384740dcSRalf Baechle  * License.  See the file "COPYING" in the main directory of this archive
4*384740dcSRalf Baechle  * for more details.
5*384740dcSRalf Baechle  *
6*384740dcSRalf Baechle  * Copyright (C) 2007 by Ralf Baechle
7*384740dcSRalf Baechle  */
8*384740dcSRalf Baechle #ifndef __ASM_SGI_SEEQ_H
9*384740dcSRalf Baechle #define __ASM_SGI_SEEQ_H
10*384740dcSRalf Baechle 
11*384740dcSRalf Baechle #include <linux/if_ether.h>
12*384740dcSRalf Baechle 
13*384740dcSRalf Baechle #include <asm/sgi/hpc3.h>
14*384740dcSRalf Baechle 
15*384740dcSRalf Baechle struct sgiseeq_platform_data {
16*384740dcSRalf Baechle 	struct hpc3_regs *hpc;
17*384740dcSRalf Baechle 	unsigned int irq;
18*384740dcSRalf Baechle 	unsigned char mac[ETH_ALEN];
19*384740dcSRalf Baechle };
20*384740dcSRalf Baechle 
21*384740dcSRalf Baechle #endif /* __ASM_SGI_SEEQ_H */
22