⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 le1veapp.h

📁 Zalink50114----TDMoIP芯片驱动源码
💻 H
字号:
/* le1veApp.c - LE1VE(TDMoIP) card application head file
*
* Copyright     2004-2007 ZTE, Inc.
* author:       ZhengQishan
* date:         2004.02
*
* modification history
*------------------------------
*
*/

#ifndef _LE1VE_APP_H
#define _LE1VE_APP_H
#ifdef __cplusplus
extern "C" {
#endif
#include  "vxworks.h"
#include  "zl5011xError.h"

#define FIRST_CONTEXT      0
#define NUM_CONTEXTS       2
#define BITS_PER_BYTE      8

extern zlStatusE zl5011xModuleInit(int slot);

#ifdef __cplusplus
}
#endif

#endif /*_LE1VE_APP_H*/

⌨️ 快捷键说明

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