meta_nvram_cb.~h

来自「MTK_NVRAM_Editor的源码,可能对你们有用哦」· ~H 代码 · 共 58 行

~H
58
字号
/*****************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2002
*
*****************************************************************************/

/*******************************************************************************
* Filename:
* ---------
*  META_FDM_cb.h
*
* Project:
* --------
*   META_LAB
*
* Description:
* ------------
*   META FDM call back function header
*
* Author:
* -------
*  FZ Hsu (mtk00303)
*
*==============================================================================
*           HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* $Revision:   1.0  $
* $Modtime:   Jul 22 2002 21:21:48  $
* $Log:   //mtkvs01/vmdata/meta_lab/archives/META_FDM_cb.h-arc  $
 * 
 *    Rev 1.0   Jul 22 2002 21:25:56   admin
 * Initial revision.
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*==============================================================================
*******************************************************************************/


#ifndef META_NVRAM_cb_h
#define META_NVRAM_cb_h

  #include "meta.h"

  // modified by Andy Ueng
  //void fdm_node_read_rec_cnf_cb( FdmReadRec_Cnf *cnf);
  void __stdcall NVRAM_node_read_rec_cnf_cb( const FT_NVRAM_READ_CNF *cnf, const short token, void *usrData);
 // void fdm_node_write_rec_cnf_cb( FdmWriteRec_Cnf *cnf);
 void __stdcall NVRAM_node_write_rec_cnf_cb( const FT_NVRAM_WRITE_CNF cnf, const short token, void *usrData);
 // end of modified


#endif  

⌨️ 快捷键说明

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