]> Git Repo - u-boot.git/blob - lib/mbedtls/port/assert.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / lib / mbedtls / port / assert.h
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 <[email protected]>
7  */
8
9 #ifndef _MBEDTLS_ASSERT_H
10 #define _MBEDTLS_ASSERT_H
11
12 #endif /* _MBEDTLS_ASSERT_H */
This page took 0.028636 seconds and 4 git commands to generate.