1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #ifndef NRF_CC310_BL_INIT_H__
- #define NRF_CC310_BL_INIT_H__
- #include "crys_error.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- CRYSError_t nrf_cc310_bl_init(void);
- #ifdef __cplusplus
- }
- #endif
- #endif
|