?? zl5011xapi.h
字號:
/*******************************************************************************
*
* 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -