zl5011xapi.h

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

H
60
字号
/*******************************************************************************
*
*  File name:              zl5011xApi.h
*
*  Version:                3
*
*  Author:                 MRC
*
*  Date created:           10/09/2002
*
*  Copyright 2002, 2003, 2004, 2005, Zarlink Semiconductor Limited.
*  All rights reserved.
*
*  Module Description:
*
*  Header file used to reference the header files in the low level API.
*
*  Revision History:
*
*  Rev:  Date:       Author:  Comments:
*  1     10/07/2002  APL      Creation
*  2     23/09/2003  AMS      prepare for new pkc with PKC2 include
*  3     22/07/2004  MRC      Added matching cplusplus ifdef at end
*
*******************************************************************************/

#ifndef _ZL5011X_API_H
#define _ZL5011X_API_H

#ifdef __cplusplus
extern "C" {
#endif

#include "zl5011x.h"
#include "zl5011xAdm.h"
#include "zl5011xCpq.h"
#include "zl5011xCpu.h"
#include "zl5011xGm.h"
#include "zl5011xMm.h"
#include "zl5011xPac.h"
#include "zl5011xPkc.h"
#include "zl5011xPki.h"
#include "zl5011xPkq.h"
#include "zl5011xPla.h"
#include "zl5011xPrx.h"
#include "zl5011xPtx.h"
#include "zl5011xRtp.h"
#include "zl5011xTfm.h"
#include "zl5011xTfq.h"
#include "zl5011xTif.h"
#include "zl5011xTm.h"
#include "zl5011xUtilLib.h"

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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