Sign in
android-kvm
/
trusted-firmware-a
/
0a712819f2fb70a67e23602c8b7aa13ec6e939cc
/
.
/
plat
/
brcm
/
board
/
common
/
brcm_mbedtls.c
blob: af42b861ba7babcc8a4985d54633542ca7fc9fc2 [
file
] [
log
] [
blame
]
/*
* Copyright 2015 - 2020 Broadcom
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include
<common/debug.h>
void
tls_exit
(
int
code
)
{
INFO
(
"%s: 0x%x\n"
,
__func__
,
code
);
}