blob: 490701aa9d0311f3006ff19ee3dfe6a0dc6952b0 [file] [log] [blame]
Raymond Mao87010c32024-10-03 14:50:15 -07001/* 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 */