ip27-dbe-glue.s

来自「microwindows移植到S3C44B0的源码」· S 代码 · 共 21 行

S
21
字号
/* * 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. * * Copyright (C) 1994 - 1999 by Ralf Baechle * Copyright (C) 1999 Silicon Graphics * * Low level exception handling */#define __ASSEMBLY__#include <linux/init.h>#include <asm/asm.h>#include <asm/regdef.h>#include <asm/fpregdef.h>#include <asm/mipsregs.h>#include <asm/exception.h>	BUILD_HANDLER ip27_ibe ip27_ibe cli silent		/* #6  */	BUILD_HANDLER ip27_dbe ip27_dbe cli silent		/* #7  */

⌨️ 快捷键说明

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