From: Hemant Agrawal Date: Tue, 11 Apr 2017 13:37:22 +0000 (+0530) Subject: bus/fslmc: introduce true and false macros X-Git-Tag: spdx-start~3579 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d08e662a4b2050715f9a32d5a195952a6c26e9ca;p=dpdk.git bus/fslmc: introduce true and false macros Signed-off-by: Hemant Agrawal --- diff --git a/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h b/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h index 9ce1a9c86d..e5c8761e9d 100644 --- a/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h +++ b/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h @@ -37,6 +37,12 @@ #include #include +#ifndef false +#define false 0 +#endif +#ifndef true +#define true 1 +#endif #define DPAA2_DQRR_RING_SIZE 16 /**