IxAssert.h 700 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. * @defgroup IxAssert IXP400 Assertion Macros (IxAssert) API
  25. *
  26. * @brief Assertion support
  27. *
  28. * @{
  29. */
  30. #ifndef IXASSERT_H
  31. #ifndef __doxygen_HIDE
  32. #define IXASSERT_H
  33. #endif /* __doxygen_HIDE */
  34. #include "IxOsalBackward.h"
  35. #endif /* IXASSERT_H */
  36. /**
  37. * @} addtogroup IxAssert
  38. */