world: Add <byteswap.h> compat header.
commitc7e47104c46f9ba2672469b56ba4606ba25ca0a4
authorzrj <rimvydas.jasinskas@gmail.com>
Sun, 14 Mar 2021 09:31:45 +0000 (14 09:31 +0000)
committerzrj <rimvydas.jasinskas@gmail.com>
Sun, 14 Mar 2021 19:40:20 +0000 (14 21:40 +0200)
tree335e9f53049a48df746c8e300cd7b74e9c5aa9b3
parent350b818353638f91b9394e9c0125bf4549b2c81f
world: Add <byteswap.h> compat header.

 This header is to reduce porting efforts in ports.
 Once codebases move to common <endian.h> use <machine/endian.h> for the
 __bswapXY() definitions.
include/Makefile
include/byteswap.h [new file with mode: 0644]