Raymond Mao | 87010c3 | 2024-10-03 14:50:15 -0700 | [diff] [blame] | 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 */ |