34 lines
1.2 KiB
C
Executable File
34 lines
1.2 KiB
C
Executable File
/******************************************************************************
|
|
*
|
|
* $Id: AKCertification.h 361 2011-07-27 09:27:24Z yamada.rj $
|
|
*
|
|
* -- Copyright Notice --
|
|
*
|
|
* Copyright (c) 2004 Asahi Kasei Microdevices Corporation, Japan
|
|
* All Rights Reserved.
|
|
*
|
|
* This software program is proprietary program of Asahi Kasei Microdevices
|
|
* Corporation("AKM") licensed to authorized Licensee under Software License
|
|
* Agreement (SLA) executed between the Licensee and AKM.
|
|
*
|
|
* Use of the software by unauthorized third party, or use of the software
|
|
* beyond the scope of the SLA is strictly prohibited.
|
|
*
|
|
* -- End Asahi Kasei Microdevices Copyright Notice --
|
|
*
|
|
******************************************************************************/
|
|
#ifndef AKSC_INC_AKCERTIFICATION_H
|
|
#define AKSC_INC_AKCERTIFICATION_H
|
|
|
|
//========================= Type declaration ===========================//
|
|
#define AKSC_CI_MAX_CHARSIZE 16
|
|
#define AKSC_CI_MAX_KEYSIZE 16
|
|
#define AKSC_CERTIFICATION_CERTIFICATED ((int16)0x0001)
|
|
#define AKSC_CERTIFICATION_DENIED ((int16)0x8000)
|
|
|
|
//========================= Constant definition =========================//
|
|
|
|
//========================= Prototype of Function =======================//
|
|
|
|
#endif
|