]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/net/npe/include/IxOsalBackwardAssert.h
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / drivers / net / npe / include / IxOsalBackwardAssert.h
1 /** 
2  * This file is intended to provide backward 
3  * compatibility for main osService/OSSL 
4  * APIs. 
5  *
6  * It shall be phased out gradually and users
7  * are strongly recommended to use IX_OSAL API.
8  *
9  * @par
10  * IXP400 SW Release version 2.0
11  * 
12  * -- Copyright Notice --
13  * 
14  * @par
15  * Copyright 2001-2005, Intel Corporation.
16  * All rights reserved.
17  * 
18  * @par
19  * SPDX-License-Identifier:     BSD-3-Clause
20  * @par
21  * -- End of Copyright Notice --
22  */
23
24 #ifndef IX_OSAL_BACKWARD_ASSERT_H
25 #define IX_OSAL_BACKWARD_ASSERT_H
26
27 #define IX_ENSURE(c, str)       IX_OSAL_ENSURE(c, str)
28 #define IX_ASSERT(c)            IX_OSAL_ASSERT(c)
29
30 #endif /* IX_OSAL_BACKWARD_ASSERT_H */