2 * linux/arch/sh/boards/se/7300/setup.c
4 * Copyright (C) 2003 Takashi Kusuda <kusuda-takashi@hitachi-ul.co.jp>
6 * SH-Mobile SolutionEngine 7300 Support.
10 #include <linux/config.h>
11 #include <linux/init.h>
12 #include <asm/machvec.h>
13 #include <asm/machvec_init.h>
14 #include <asm/mach/io.h>
16 void heartbeat_7300se(void);
17 void init_7300se_IRQ(void);
22 return "SolutionEngine 7300";
29 struct sh_machine_vector mv_7300se __initmv
= {
31 .mv_inb
= sh7300se_inb
,
32 .mv_inw
= sh7300se_inw
,
33 .mv_inl
= sh7300se_inl
,
34 .mv_outb
= sh7300se_outb
,
35 .mv_outw
= sh7300se_outw
,
36 .mv_outl
= sh7300se_outl
,
38 .mv_inb_p
= sh7300se_inb_p
,
39 .mv_inw_p
= sh7300se_inw
,
40 .mv_inl_p
= sh7300se_inl
,
41 .mv_outb_p
= sh7300se_outb_p
,
42 .mv_outw_p
= sh7300se_outw
,
43 .mv_outl_p
= sh7300se_outl
,
45 .mv_insb
= sh7300se_insb
,
46 .mv_insw
= sh7300se_insw
,
47 .mv_insl
= sh7300se_insl
,
48 .mv_outsb
= sh7300se_outsb
,
49 .mv_outsw
= sh7300se_outsw
,
50 .mv_outsl
= sh7300se_outsl
,
52 .mv_init_irq
= init_7300se_IRQ
,
53 #ifdef CONFIG_HEARTBEAT
54 .mv_heartbeat
= heartbeat_7300se
,
60 * Initialize the board