the file:
odp/platform/linux-generic/include/odp/plat/byteorder_types.h defines:

typedef uint16_t __odp_bitwise  uint16le_t;

typedef uint16_t __odp_bitwise  uint16be_t;



typedef uint32_t __odp_bitwise  uint32le_t;

typedef uint32_t __odp_bitwise  uint32be_t;



typedef uint64_t __odp_bitwise  uint64le_t;

typedef uint64_t __odp_bitwise  uint64be_t;



typedef uint16_t __odp_bitwise  uint16sum_t;

typedef uint32_t __odp_bitwise  uint32sum_t;

Why would these type not be 'odp_' prefixed?

I am aware that these are very common types, and that these definitions
probably match any others but...
A strange app may have redefined those to something else...
Double definition  generate warnings...

Any reason I am missing?

Christophe.
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to