Signed-off-by: Christophe Milard <[email protected]>
---
platform/linux-generic/include/odp/drv/plat/byteorder_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platform/linux-generic/include/odp/drv/plat/byteorder_types.h
b/platform/linux-generic/include/odp/drv/plat/byteorder_types.h
index bf461e5..cb7aec2 100644
--- a/platform/linux-generic/include/odp/drv/plat/byteorder_types.h
+++ b/platform/linux-generic/include/odp/drv/plat/byteorder_types.h
@@ -48,7 +48,7 @@ extern "C" {
#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
#define ODPDRV_LITTLE_ENDIAN 1
#define ODPDRV_BIG_ENDIAN 0
- #define ODPDRV_BYTE_ORDER ODP_LITTLE_ENDIAN
+ #define ODPDRV_BYTE_ORDER ODPDRV_LITTLE_ENDIAN
#define ODPDRV_LITTLE_ENDIAN_BITFIELD
#else
#define ODPDRV_LITTLE_ENDIAN 0
--
2.7.4