📄 m8240epic.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -