blob: cf50a7a64bc34af42dc86ea6a9e1df5ae291d19b [file] [log] [blame]
Wolfgang Denk4646d2a2006-05-30 15:56:48 +02001/**
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
Wolfgang Denkc57eadc2013-07-28 22:12:47 +020019 * SPDX-License-Identifier: BSD-3-Clause
Wolfgang Denk4646d2a2006-05-30 15:56:48 +020020 * @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 */