⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.h

📁 上传linux-jx2410的源代码
💻 H
字号:
/* * linux/include/asm-arm/arch-s3c2400/system.h * * Copyright (C) 2001,2002 MIZI Research, Inc. * * Author: Janghoon Lyu <nandy@mizi.com> *   Date: $Date: 2004/02/04 12:57:39 $ * * $Revision: 1.1.1.1 $ * * This file is subject to the terms and conditions of the GNU General Public * License.  See the file COPYING in the main directory of this archive * for more details. */#include <linux/config.h>#include <asm/arch/hardware.h>static inline void arch_idle(void){	/* TODO */	cpu_do_idle(0);}static inline void arch_reset(char mode){	if (mode == 's') {		/* Jump into ROM at address 0 */		cpu_reset(0);	} else {		WTCNT = 0x100;		WTDAT = 0x100;		WTCON = 0x8021;	}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -