We want libpldm to be as flexible as possible. Currently some of the files in libpldm are including asm/byteorder.h. We must be able to operate w/o this dependency. I think the only reason we pull it in now is to get the BIG_ENDIAN_BITFIELD/LITTLE_ENDIAN_BITFIELD #defines but I am not sure.
We want libpldm to be as flexible as possible. Currently some of the files in libpldm are including asm/byteorder.h. We must be able to operate w/o this dependency. I think the only reason we pull it in now is to get the BIG_ENDIAN_BITFIELD/LITTLE_ENDIAN_BITFIELD #defines but I am not sure.