generic.h

来自「the attached file is the driver of Uart」· C头文件 代码 · 共 31 行

H
31
字号
/* *  File Name       : linux/arch/arm/mach-mp200/generic.h *  Function        : generic *  Release Version : Ver 1.02 *  Release Date    : 2006/07/31 * *  Copyright (C) NEC Electronics Corporation 2005-2006 * * *  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 Free Softwere Foundation; either version 2 *  of License, or (at your option) any later version. * *  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; *  without even the implied warrnty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *  See the GNU General Public License for more details. * *  You should have received a copy of the GNU General Public License along with this program; *  If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, *  MA 02111-1307, USA. * */#ifndef __ARCH_ARM_MACH_MP200_GENERIC_H#define __ARCH_ARM_MACH_MP200_GENERIC_Hextern void __init mp200_map_io(void);extern void __init mp200_serial_init(void);#endif				/* __ARCH_ARM_MACH_MP200_GENERIC_H */

⌨️ 快捷键说明

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