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

📄 board.h

📁 linux 内核源代码
💻 H
字号:
/* * include/asm-arm/arch-ns9xxx/board.h * * Copyright (C) 2006 by Digi International Inc. * All rights reserved. * * 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. */#ifndef __ASM_ARCH_BOARD_H#define __ASM_ARCH_BOARD_H#include <asm/mach-types.h>#define board_is_a9m9750dev()	(machine_is_cc9p9360dev())#define board_is_jscc9p9360()	(machine_is_cc9p9360js())#endif /* ifndef __ASM_ARCH_BOARD_H */

⌨️ 快捷键说明

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