m8240epic.h

来自「VxWorks下的PowerPC 824X系列CPU的bSP包!」· C头文件 代码 · 共 47 行

H
47
字号
/* m8240Epic.h - Motorola MPC8240 EPIC definitions *//* Copyright 1984-2001 Wind River Systems, Inc. *//*modification history--------------------01a,10jun99,wfg  created *//*Description:Contains structure typedefs for the Motorola MPC8240 EPIC*/#ifndef	INCm8240Epich#define	INCm8240Epich#ifdef __cplusplusextern "C" {#endif/* includes */#include "drv/pci/pciConfigLib.h"/* structures */typedef struct intHandlerDesc           /* interrupt handler desciption */    {    VOIDFUNCPTR                 vec;    /* interrupt vector */    int                         arg;    /* interrupt handler argument */    struct intHandlerDesc *     next;   /* next interrupt handler & argument */    } INT_HANDLER_DESC;/* macros */#define VECTOR_MASK		0x000000ff#ifdef __cplusplus}#endif#endif	/* INCm8240Epich */

⌨️ 快捷键说明

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