xref: /openbmc/linux/arch/mips/include/asm/sgi/seeq.h (revision 384740dc)
1384740dcSRalf Baechle /*
2384740dcSRalf Baechle  * This file is subject to the terms and conditions of the GNU General Public
3384740dcSRalf Baechle  * License.  See the file "COPYING" in the main directory of this archive
4384740dcSRalf Baechle  * for more details.
5384740dcSRalf Baechle  *
6384740dcSRalf Baechle  * Copyright (C) 2007 by Ralf Baechle
7384740dcSRalf Baechle  */
8384740dcSRalf Baechle #ifndef __ASM_SGI_SEEQ_H
9384740dcSRalf Baechle #define __ASM_SGI_SEEQ_H
10384740dcSRalf Baechle 
11384740dcSRalf Baechle #include <linux/if_ether.h>
12384740dcSRalf Baechle 
13384740dcSRalf Baechle #include <asm/sgi/hpc3.h>
14384740dcSRalf Baechle 
15384740dcSRalf Baechle struct sgiseeq_platform_data {
16384740dcSRalf Baechle 	struct hpc3_regs *hpc;
17384740dcSRalf Baechle 	unsigned int irq;
18384740dcSRalf Baechle 	unsigned char mac[ETH_ALEN];
19384740dcSRalf Baechle };
20384740dcSRalf Baechle 
21384740dcSRalf Baechle #endif /* __ASM_SGI_SEEQ_H */
22