?? io.c
字號:
/* * arch/sh/boards/saturn/io.c * * I/O routines for the Sega Saturn. * * Copyright (C) 2002 Paul Mundt * * Released under the terms of the GNU GPL v2.0. */#include <asm/saturn/io.h>#include <asm/machvec.h>unsigned long saturn_isa_port2addr(unsigned long offset){ return offset;}void *saturn_ioremap(unsigned long offset, unsigned long size){ return (void *)offset;}void saturn_iounmap(void *addr){}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -