1 /*
2 * $Id: io_dc.c,v 1.2 2001/05/24 00:13:47 gniibe Exp $
3 * I/O routines for SEGA Dreamcast
4 */
5
6 #include <asm/io.h>
7 #include <asm/machvec.h>
8
9 unsigned long dreamcast_isa_port2addr(unsigned long offset)
10 {
11 return offset + 0xa0000000;
12 }
13