Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 94aca1dac6f6d21f4b07e4864baf7768cabcc6e7 authored by Linus Torvalds on 29 September 2008, 22:24:02 UTC
Linux 2.6.27-rc8
Tip revision: 94aca1d
board-se7619.c
/*
 * arch/sh/boards/se/7619/setup.c
 *
 * Copyright (C) 2006 Yoshinori Sato
 *
 * Hitachi SH7619 SolutionEngine Support.
 */

#include <linux/init.h>
#include <linux/platform_device.h>
#include <asm/io.h>
#include <asm/machvec.h>

/*
 * The Machine Vector
 */

static struct sh_machine_vector mv_se __initmv = {
	.mv_name		= "SolutionEngine",
	.mv_nr_irqs		= 108,
};
back to top