blob: 490701aa9d0311f3006ff19ee3dfe6a0dc6952b0 [file] [log] [blame]
/* 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 */