irq-r7780rp.c
来自「linux 内核源代码」· C语言 代码 · 共 24 行
C
24 行
/* * Renesas Solutions Highlander R7780RP-1 Support. * * Copyright (C) 2002 Atom Create Engineering Co., Ltd. * Copyright (C) 2006 Paul Mundt * * 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/init.h>#include <linux/io.h>#include <asm/r7780rp.h>unsigned char * __init highlander_init_irq_r7780rp(void){ int i; for (i = 0; i < 15; i++) make_r7780rp_irq(i); return NULL;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?