ppc.h

来自「Coldfire MCF5282 DBug bootloader」· C头文件 代码 · 共 35 行

H
35
字号
/*
 * File:		dbug/cpu/ppc/ppc.h
 * Purpose:		Definitions for PowerPC dBUG
 *
 * Notes:		This file automatically included.
 *
 * Author:		Eric DeVolder
 * Date:
 *
 * 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"

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

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

#endif	/* _DBUG_CPU_PPC_H */

⌨️ 快捷键说明

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