Sign in
third-party-mirror
/
u-boot
/
ba94a1bba3600d387edba7eb451990d9891e1c2f
/
.
/
cpu
/
ixp
/
npe
/
include
/
IxOsalOsAssert.h
blob: 9d1ecb4c3680a505b9bf7820e263af60e89753c6 [
file
] [
log
] [
blame
]
#ifndef
IxOsalOsAssert_H
#define
IxOsalOsAssert_H
#define
IX_OSAL_OS_ASSERT
(
c
)
if
(!(
c
))
\
{
\
ixOsalLog
(
IX_OSAL_LOG_LVL_ERROR
,
IX_OSAL_LOG_DEV_STDOUT
,
"Assertion failure \n"
,
0
,
0
,
0
,
0
,
0
,
0
);
\
while
(
1
);
\
}
#endif
// IxOsalOsAssert_H