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

📄 machine.h

📁 ARM-LINUX,基于S3c2410处理器的开发板实验源代码
💻 H
字号:
#ifndef _VIVI_MACHINE_H_#define _VIVI_MACHINE_H_#include "config.h"#ifdef CONFIG_SA1100_KINGS#include "platform/kings.h"#endif#ifdef CONFIG_SA1100_FORTE#include "platform/forte.h"#endif#ifdef CONFIG_SA1100_EXILIEN102#include "platform/exilien102.h"#endif#ifdef CONFIG_S3C2400_GAMEPARK#include "platform/gamepark.h"#endif#ifdef CONFIG_S3C2410_SMDK#include "platform/smdk2410.h"#endif#ifdef CONFIG_SA1100_SUNS#include "platform/suns.h"#endif#ifdef CONFIG_SA1100_SUNS_OLD#include "platform/suns_old.h"#endif#ifdef CONFIG_PXA250_PREMIUM#include "platform/premium.h"#endif#ifdef CONFIG_SA1100_GILL#include "platform/gill.h"#endif#ifdef CONFIG_SA1100_ENDA#include "platform/enda.h"#endif#ifdef CONFIG_PXA250_TRIZEPS2#include "platform/trizeps2.h"#endif#ifdef CONFIG_S3C2410_MPORT3#include "platform/mport3.h"#endif#ifdef CONFIG_S3C2410_MPORT1#include "platform/mport1.h"#endif#ifdef CONFIG_SA1100_WISMO#include "platform/wismo.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 + -