dbugcpu.h
来自「motorola自己开发的针对coldfire 5272的Dbug bootlo」· C头文件 代码 · 共 28 行
H
28 行
/*
* File: dbugcpu.h
* Purpose: Top-level include file for dBUG CPU definitions
*
* Notes: This file automatically included.
*
*/
#ifndef _DBUGCPU_H
#define _DBUGCPU_H
/***********************************************************************/
#if (defined(CPU_ARCH_CF))
#include "src/cpu/coldfire/mcf5xxx.h"
#elif (defined(CPU_ARCH_PPC))
#include "src/cpu/ppc/ppc.h"
#else
#error "Error: Unsupported CPU in src/cpu/dbugcpu.h"
#endif
/***********************************************************************/
#endif /* _DBUGCPU_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?