zl5011xapiversion.h

来自「Zalink50114----TDMoIP芯片驱动源码」· C头文件 代码 · 共 42 行

H
42
字号
/*******************************************************************************
*
*  File name:              zl5011xApiVersion.h
*
*  Version:                2
*
*  Author:                 MRC
*
*  Date created:           20/09/2002
*
*  Copyright 2002, 2003, 2004, 2005, Zarlink Semiconductor Limited.
*  All rights reserved.
*
*  Module Description:
*
*  Contains the version number for the API
*
*  Revision History:
*
*  Rev:  Date:       Author:  Comments:
*  1     20/09/2002  MRC      Creation
*  2     31/10/2002  MRC      Added variants + minor fixes
*
*******************************************************************************/

#ifndef _ZL5011X_API_VERSION_H
#define _ZL5011X_API_VERSION_H

#ifdef __cplusplus
extern "C" {
#endif

extern Uint16T zl5011xRevisionNumberMajor;
extern Uint16T zl5011xRevisionNumberMinor;
extern Uint16T zl5011xRevisionNumberMicro;

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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