]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/ixp/npe/include/IxOsalOsAssert.h
arm: Move cpu/$CPU to arch/arm/cpu/$CPU
[people/ms/u-boot.git] / arch / arm / cpu / ixp / npe / include / IxOsalOsAssert.h
1 #ifndef IxOsalOsAssert_H
2 #define IxOsalOsAssert_H
3
4 #define IX_OSAL_OS_ASSERT(c) if(!(c)) \
5 { \
6 ixOsalLog (IX_OSAL_LOG_LVL_ERROR, IX_OSAL_LOG_DEV_STDOUT, "Assertion failure \n", 0, 0, 0, 0, 0, 0);\
7 while(1); \
8 }
9
10 #endif /* IxOsalOsAssert_H */