io_dc.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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. #include <asm/io.h>
  6. #include <asm/machvec.h>
  7. unsigned long dreamcast_isa_port2addr(unsigned long offset)
  8. {
  9. return offset + 0xa0000000;
  10. }