bus/fslmc: introduce true and false macros
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
This commit is contained in:
parent
beb2a7865d
commit
d08e662a4b
@ -37,6 +37,12 @@
|
||||
#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*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user