MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxCl_clns.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------*/
2 /* Copyright 2020 NXP */
3 /* */
4 /* NXP Confidential. This software is owned or controlled by NXP and may */
5 /* only be used strictly in accordance with the applicable license terms. */
6 /* By expressly accepting such terms or by downloading, installing, */
7 /* activating and/or otherwise using the software, you are agreeing that */
8 /* you have read, and that you agree to comply with and are bound by, such */
9 /* license terms. If you do not agree to be bound by the applicable license */
10 /* terms, then you may not retain, install, activate or otherwise use the */
11 /* software. */
12 /*--------------------------------------------------------------------------*/
13 
17 #ifndef MCUXCL_CLNS_H_
18 #define MCUXCL_CLNS_H_
19 
20 #include <mcuxClConfig.h> // Exported features flags header
21 
25 #define MCUXCL_API static inline
26 
27 /**********************************************
28  * CONSTANTS
29  **********************************************/
30 
31 #define MCUXCL_VERSION_MAX_SIZE ((size_t) 16U)
32 
33 #define MCUXCL_VERSION "SDK_1.7.0"
34 
35 /**********************************************
36  * FUNCTIONS
37  **********************************************/
38 
43 MCUXCL_API char const* mcuxCl_GetVersion(
44  void);
45 
46 #include <impl/mcuxCl_clns_impl.h> // Implementation header
47 #endif /* MCUXCL_CLNS_H_ */
MCUXCL_API char const * mcuxCl_GetVersion(void)
Gets the CLNS version string that uniquely identifies this release of the CLNS.
#define MCUXCL_API
Marks a function as a public API function of the CLNS.
Definition: mcuxCl_clns.h:25