Add header guard

pull/9566/head
Alexander Zilberkant 2019-02-03 16:15:45 +02:00
parent 6e87615dc4
commit 0622cc9865
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,10 @@
* This file is part of mbed TLS (https://tls.mbed.org) * This file is part of mbed TLS (https://tls.mbed.org)
*/ */
#ifndef __PLATFORM_MBED__H__
#define __PLATFORM_MBED__H__
#if defined(TARGET_PSA) #if defined(TARGET_PSA)
#include "default_random_seed.h" #include "default_random_seed.h"
#endif #endif
@ -35,3 +39,5 @@
#define MBEDTLS_ERR_PLATFORM_HW_FAILED -0x0080 #define MBEDTLS_ERR_PLATFORM_HW_FAILED -0x0080
#define MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED -0x0070 #define MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED -0x0070
#endif // __PLATFORM_MBED__H__