Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
cc1182beea3712c948dd91d3877cacbbdab3d6ae
/
.
/
drivers
/
net
/
npe
/
include
/
IxOsalOsAssert.h
blob: e4c3e1f614797e39a8497d6fed641b14c0133823 [
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 */