le1veapp.h
来自「Zalink50114----TDMoIP芯片驱动源码」· C头文件 代码 · 共 32 行
H
32 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?