[TG3]: Set minimal hw interrupt mitigation.
[linux-2.6/verdex.git] / arch / sh / boards / saturn / io.c
blobc6e4f7f2e686461bd3f60b71de2b40e8783c0e2c
1 /*
2 * arch/sh/boards/saturn/io.c
4 * I/O routines for the Sega Saturn.
6 * Copyright (C) 2002 Paul Mundt
8 * Released under the terms of the GNU GPL v2.0.
9 */
10 #include <asm/saturn/io.h>
11 #include <asm/machvec.h>
13 unsigned long saturn_isa_port2addr(unsigned long offset)
15 return offset;
18 void *saturn_ioremap(unsigned long offset, unsigned long size)
20 return (void *)offset;
23 void saturn_iounmap(void *addr)