📄 globe.h.svn-base
字号:
/****************************************************************************
文件名称:globe.h
版本号: 1.0
日期: 2006-06-11
说明: 包含全局变量。
修改历史:--
****************************************************************************/
#include "includes.h"
//#include "watchdog.h"
#ifndef __GLOBE_H__
#define __GLOBE_H__
/*****/
extern OS_EVENT *g_sem_NetIRQ; //this semaphore is uesd to make the task2 and the ne2k_isr synchro.
//extern OS_EVENT *g_sem_ZDMA0IRQ; //this semaphore is uesd to make the task2 and the ZDMA0_isr synchro.
//OS_EVENT *g_sem_NetReset; //this semaphore is uesd to Rest the rtl8019
#endif //__GLOBE_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -