Wolfgang Denk | ba94a1b | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 1 | /** |
| 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 Denk | cb3761e | 2013-07-28 22:12:47 +0200 | [diff] [blame] | 19 | * SPDX-License-Identifier: BSD-3-Clause |
Wolfgang Denk | ba94a1b | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 20 | * @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 | |