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

📄 ppc.h

📁 motorola 针对coldfire 5275 评估板的Dbug bootloader源程序
💻 H
字号:
/*
 * File:        dbug/cpu/ppc/ppc.h
 * Purpose:     Definitions for PowerPC dBUG
 *
 * Notes:       This file automatically included.
 *
 *
 * Modifications:
 *
 */

#ifndef _DBUG_CPU_PPC_H
#define _DBUG_CPU_PPC_H

/***********************************************************************/

#if     (defined(CPU_FAM_MPC6XX))
#include "mpc6xx/mpc6xx.h"

#elif   (defined(CPU_FAM_MPC8XX))
#include "mpc8xx/mpc8xx.h"

#elif   (defined(CPU_FAM_MPC5XX))
#include "mpc5xx/mpc5xx.h"

#elif   (defined(CPU_FAM_MPC55XX))
#include "mpc55xx/mpc55xx.h"

#else
#error "Error: Unsupported PowerPC family of processors"
#endif

/***********************************************************************/

#endif  /* _DBUG_CPU_PPC_H */

⌨️ 快捷键说明

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