📄 reboot.c
字号:
/* * FILE NAME * arch/mips/vr41xx/tanbac-tb0229/reboot.c * * BRIEF MODULE DESCRIPTION * Depending on TANBAC TB0229(VR4131DIMM) of reboot system call. * * Copyright 2003 Megasolution Inc. * matsu@megasolution.jp * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */#include <asm/io.h>#include <asm/vr41xx/tb0229.h>#define tb0219_hard_reset() writew(0, TB0219_RESET_REGS)void tanbac_tb0219_restart(char *command){ local_irq_disable(); tb0219_hard_reset(); while (1);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -