⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 generic.h

📁 the attached file is the driver of Uart
💻 H
字号:
/* *  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -