core.h

来自「底层驱动开发」· C头文件 代码 · 共 17 行

H
17
字号
/* *  linux/arch/arm/mach-aaec2000/core.h * *  Copyright (c) 2005 Nicolas Bellido Y Ortega * *  This program is free software; you can redistribute it and/or modify *  it under the terms of the GNU General Public License version 2 as *  published by the Free Software Foundation. * */struct sys_timer;extern struct sys_timer aaec2000_timer;extern void __init aaec2000_map_io(void);extern void __init aaec2000_init_irq(void);

⌨️ 快捷键说明

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