Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bswap: Add st24_be_p() to store 24 bits in big-endian order
Commit 14180d6 ("bswap: Add the ability to store to an unaligned 24 bit field") added st24_le_p() for little endianness, add st24_be_p() equivalent for bit one. Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Cédric Le Goater <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Message-Id: <[email protected]>
- Loading branch information