blob: 8be0cafc44fd4dc42413eefbee8a1d98483ba6f4 [file] [log] [blame]
Wolfgang Denkba94a1b2006-05-30 15:56:48 +02001/**
2 * @file IxAssert.h
3 *
4 * @date 21-MAR-2002 (replaced by OSAL)
5 *
6 * @brief This file contains assert and ensure macros used by the IXP400 software
7 *
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 Denkcb3761e2013-07-28 22:12:47 +020019 * SPDX-License-Identifier: BSD-3-Clause
Wolfgang Denkba94a1b2006-05-30 15:56:48 +020020 * @par
21 * -- End of Copyright Notice --
22 */
23
24/**
25 * @defgroup IxAssert IXP400 Assertion Macros (IxAssert) API
26 *
27 * @brief Assertion support
28 *
29 * @{
30 */
31
32#ifndef IXASSERT_H
33
34#ifndef __doxygen_HIDE
35#define IXASSERT_H
36#endif /* __doxygen_HIDE */
37
38#include "IxOsalBackward.h"
39
40#endif /* IXASSERT_H */
41
42/**
43 * @} addtogroup IxAssert
44 */
45
46
47