getuid.h

来自「SAMSUNG S3C6410 CPU BSP for winmobile6」· C头文件 代码 · 共 61 行

H
61
字号
/*****************************************************************************/
/*                                                                           */
/* PROJECT : PocketStoreII                                                   */
/* FILE    : GetUID.h                                                        */
/* PURPOSE : the routine get Unique ID from NAND flash memory                */
/*                                                                           */
/*---------------------------------------------------------------------------*/
/*                                                                           */
/*               COPYRIGHT 2002 SAMSUNG ELECTRONICS CO., LTD.                */
/*                          ALL RIGHTS RESERVED                              */
/*                                                                           */
/*   Permission is hereby granted to licensees of Samsung Electronics        */
/*   Co., Ltd. products to use or abstract this computer program for the     */
/*   sole purpose of implementing a product based on Samsung                 */
/*   Electronics Co., Ltd. products. No other rights to reproduce, use,      */
/*   or disseminate this computer program, whether in part or in whole,      */
/*   are granted.                                                            */
/*                                                                           */
/*   Samsung Electronics Co., Ltd. makes no representation or warranties     */
/*   with respect to the performance of this computer program, and           */
/*   specifically disclaims any responsibility for any damages,              */
/*   special or consequential, connected with the use of this program.       */
/*                                                                           */
/*---------------------------------------------------------------------------*/
/*                                                                           */
/* REVISION HISTORY                                                          */
/*                                                                           */
/*   12-MAR-2003 [SongHo Yoon]: first writing                                */
/*   19-APR-2004 [JangHwan Kim]: Migration for PocketStoreII                 */
/*   03-FEB-2006 [Hyunsoo Cho] : Change API parameters                       */
/*                                                                           */
/*****************************************************************************/

#ifndef _POCKETSTOREII_GETUID_H_
#define _POCKETSTOREII_GETUID_H_

/*****************************************************************************/
/* Header File Include                                                       */
/*****************************************************************************/
#include <windows.h>
#include <XSR.h>

/*****************************************************************************/
/* Global Variable Declaration                                               */
/*****************************************************************************/


/*****************************************************************************/
/* Debug Definitions                                                         */
/*****************************************************************************/

extern "C"
{

BOOL
OndUIDRead( UCHAR aUID[XSR_UID_SIZE] );

}

#endif _POCKETSTOREII_GETUID_H_

⌨️ 快捷键说明

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