1 /*
2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7 #include "bsp_guard.h"
8
9 /* Only the secure project has nonsecure callable functions. */
10 #if BSP_TZ_SECURE_BUILD
11
12 #endif
13