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

📄 zl5011xlanlanlink.h

📁 Zalink50114----TDMoIP芯片驱动源码
💻 H
字号:
/*******************************************************************************
*
*  File name:             zl5011xLanLanLink.h
*
*  Version:               2
*
*  Author:                APL
*
*  Date created:          27/07/2004
*
*  Copyright 2002, 2003, 2004, 2005, Zarlink Semiconductor Limited.
*  All rights reserved.
*
*  Module Description:
*    Supports Lan To Lan links between one ethernet port and another
*
*  Revision History:
*
*  Rev:       Date:       Author:     Comments:
*   1         27/07/2004  APL         New file
*   2         13/09/2004  APL         Removed context take function
*
*******************************************************************************/

#ifndef _ZL5011X_LAN_LAN_LINK_H
#define _ZL5011X_LAN_LAN_LINK_H

#ifdef __cplusplus
extern "C" {
#endif


/*****************   INCLUDE FILES   ******************************************/
#include "zl5011x.h"
#include "zl5011xMisc.h"
#include "zl5011xTdm.h"


/*****************   # DEFINES   **********************************************/


/*****************   DATA TYPES   *********************************************/

/*****************   DATA STRUCTURES   ****************************************/

/*****************   EXPORTED GLOBAL VARIABLE DECLARATIONS   ******************/

/*****************   EXTERNAL FUNCTION DECLARATIONS   *************************/
/* These functions should be part of the API */
zlStatusE zl5011xLanLanContextCheck(zl5011xParamsS *zl5011xParams,
                              Uint32T context, zl5011xCheckContextStateE check);

zlStatusE zl5011xLanLanContextCreateStructInit(zl5011xParamsS *zl5011xParams,
                              zl5011xContextCreateS *par);
zlStatusE zl5011xLanLanContextCreate(zl5011xParamsS *zl5011xParams,
                              zl5011xContextCreateS *pContextCreateStruct);

zlStatusE zl5011xLanLanContextUpdateStructInit(zl5011xParamsS *zl5011xParams,
                              zl5011xContextS *par);
zlStatusE zl5011xLanLanContextUpdate(zl5011xParamsS *zl5011xParams,
                              zl5011xContextS *par);

zlStatusE zl5011xLanLanContextDelete(zl5011xParamsS *zl5011xParams,
                              zl5011xContextDeleteS *ContextInfo);


#ifdef __cplusplus
}
#endif

#endif /* _ZL5011X_LAN_LAN_LINK_H */

⌨️ 快捷键说明

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