?? zl5011xlanlanlink.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 + -