Files
NxpNfcRdLib/.svn/pristine/d8/d8d160c3c50b8b1a8098f06c3f8e4ec41a86f924.svn-base
2024-07-08 21:03:06 +08:00

40 lines
1.0 KiB
Plaintext

/*
* Copyright (c), NXP Semiconductors Gratkorn / Austria
*
* (C)NXP Semiconductors
* All rights are reserved. Reproduction in whole or in part is
* prohibited without the written consent of the copyright owner.
* NXP reserves the right to make changes without notice at any time.
* NXP makes no warranty, expressed, implied or statutory, including but
* not limited to any implied warranty of merchantability or fitness for any
*particular purpose, or that the use will not infringe any third party patent,
* copyright or trademark. NXP must not be liable for any loss or damage
* arising from its use.
*/
/** \file
* Internal functions and defines of Generic Keystore application layer.
* $Author$
* $Revision$ (v07.10.00)
* $Date$
*
* History:
* CHu: Generated 19. May 2009
*
*/
#ifndef PHKEYSTORE_INT_H
#define PHKEYSTORE_INT_H
#include <ph_Status.h>
/** \addtogroup ph_Private
* @{
*/
uint16_t phKeyStore_GetKeySize(uint16_t wKeyType);
/** @} */
#endif /* PHKEYSTORE_INT_H */