📄 system.h
字号:
/* * linux/include/asm-arm/arch-s3c2400/system.h * * Copyright (C) 2001,2002 MIZI Research, Inc. * * Author: Janghoon Lyu <nandy@mizi.com> * Date: $Date: 2002/05/30 08:08:08 $ * * $Revision: 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);}/* * NB: * 悼累篮 救登瘤父, 屈怕绰 捞犯霸 登具 瞪 巴 鞍澜. * vivi俊辑绰 肋登绰单 恐 咯扁辑绰 救瞪鳖??? */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 + -