1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Dummy file to allow mbedtls linked with U-Boot to include assert.h
4  *
5  * Copyright (c) 2023 Linaro Limited
6  * Author: Raymond Mao <raymond.mao@linaro.org>
7  */
8 
9 #ifndef _MBEDTLS_ASSERT_H
10 #define _MBEDTLS_ASSERT_H
11 
12 #endif /* _MBEDTLS_ASSERT_H */
13