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

📄 machine.h

📁 SMDK2440 boot code, base on vivi
💻 H
字号:
#ifndef _VIVI_MACHINE_H_#define _VIVI_MACHINE_H_#include "config.h"/* S3C2440 */#ifdef CONFIG_S3C2440_SMDK2440#include "arch/smdk2440.h"#endif#ifndef __ASSEMBLY__extern int board_init(void);extern int misc(void);#endif#endif /* _VIVI_MACHINE_H */

⌨️ 快捷键说明

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