]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/net/npe/include/IxAssert.h
doc: SPI: Add qspi test details on AM43xx
[karo-tx-uboot.git] / drivers / net / npe / include / IxAssert.h
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
19  * SPDX-License-Identifier:     BSD-3-Clause
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