aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/core/ipc/tfm_utils.c
blob: dd15494e0dd5714ad4fe95f56f5b1106e9abddd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */
#include <inttypes.h>
#include "tfm_utils.h"

void tfm_panic(void)
{
    while (1)
        ;
}