···11+/*22+ * This file is subject to the terms and conditions of the GNU General Public33+ * License. See the file "COPYING" in the main directory of this archive44+ * for more details.55+ *66+ * Copyright (C) 2007 by Ralf Baechle77+ */88+#ifndef __ASM_SGI_SEEQ_H99+#define __ASM_SGI_SEEQ_H1010+1111+#include <linux/if_ether.h>1212+1313+#include <asm/sgi/hpc3.h>1414+1515+struct sgiseeq_platform_data {1616+ struct hpc3_regs *hpc;1717+ unsigned int irq;1818+ unsigned char mac[ETH_ALEN];1919+};2020+2121+#endif /* __ASM_SGI_SEEQ_H */
+20
include/asm-mips/sgi/wd.h
···11+/*22+ * This file is subject to the terms and conditions of the GNU General Public33+ * License. See the file "COPYING" in the main directory of this archive44+ * for more details.55+ *66+ * Copyright (C) 2007 by Ralf Baechle77+ */88+#ifndef __ASM_SGI_WD_H99+#define __ASM_SGI_WD_H1010+1111+#include <asm/sgi/hpc3.h>1212+1313+struct sgiwd93_platform_data {1414+ unsigned int unit;1515+ unsigned int irq;1616+ struct hpc3_scsiregs *hregs;1717+ unsigned char *wdregs;1818+};1919+2020+#endif /* __ASM_SGI_WD_H */