]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/fslmc/portal/dpaa2_hw_pvt.h
bus/fslmc: introduce true and false macros
[dpdk.git] / drivers / bus / fslmc / portal / dpaa2_hw_pvt.h
index 9ce1a9c86df9fb40416364fb4bc3ce0fa50d9933..e5c8761e9d37cca7c713d6effa048ddc37f4106e 100644 (file)
 #include <mc/fsl_mc_sys.h>
 #include <fsl_qbman_portal.h>
 
+#ifndef false
+#define false      0
+#endif
+#ifndef true
+#define true       1
+#endif
 #define DPAA2_DQRR_RING_SIZE   16
        /** <Maximum number of slots available in RX ring*/