URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [sh/] [kernel/] [io_dc.c] - Rev 1765
Compare with Previous | Blame | View Log
/* * $Id: io_dc.c,v 1.1.1.1 2004-04-15 01:17:42 phoenix Exp $ * I/O routines for SEGA Dreamcast */ #include <asm/io.h> #include <asm/machvec.h> unsigned long dreamcast_isa_port2addr(unsigned long offset) { return offset + 0xa0000000; }