xref: /rk3399_ARM-atf/plat/brcm/board/common/brcm_mbedtls.c (revision 3dbbbca29e3c42a6f9976878f27e1f1fd75b5c8e)
1 /*
2  * Copyright 2015 - 2020 Broadcom
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <common/debug.h>
8 
9 void tls_exit(int code)
10 {
11 	INFO("%s: 0x%x\n", __func__, code);
12 }
13