ppc.h

来自「motorola 针对coldfire 5275 评估板的Dbug bootlo」· C头文件 代码 · 共 36 行

H
36
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?