| /* 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 */ |