summaryrefslogtreecommitdiffstats
path: root/drivers/net/npe/include/IxOsalOsAssert.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/npe/include/IxOsalOsAssert.h')
-rw-r--r--drivers/net/npe/include/IxOsalOsAssert.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/npe/include/IxOsalOsAssert.h b/drivers/net/npe/include/IxOsalOsAssert.h
deleted file mode 100644
index e4c3e1f614..0000000000
--- a/drivers/net/npe/include/IxOsalOsAssert.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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 */
OpenPOWER on IntegriCloud