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