mirror of https://github.com/ARMmbed/mbed-os.git
30 lines
943 B
C
30 lines
943 B
C
/***************************************************************************//**
|
|
* \file cyip_crypto.h
|
|
*
|
|
* \brief
|
|
* CRYPTO IP definitions
|
|
*
|
|
********************************************************************************
|
|
* \copyright
|
|
* Copyright 2016-2018, Cypress Semiconductor Corporation. All rights reserved.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*******************************************************************************/
|
|
|
|
#ifndef _CYIP_CRYPTO_H_
|
|
#define _CYIP_CRYPTO_H_
|
|
|
|
#include "cyip_headers.h"
|
|
|
|
/*******************************************************************************
|
|
* CRYPTO
|
|
********************************************************************************
|
|
* Crypto functionality is supported by Crypto library
|
|
*******************************************************************************/
|
|
|
|
typedef uint32_t CRYPTO_Type;
|
|
|
|
#endif /* _CYIP_CRYPTO_H_ */
|
|
|
|
|
|
/* [] END OF FILE */
|