Warner Losh 1761b09bf4 byteswap.h: Add a glibc/linux compatible byteswap.h
For endian.h to work instead of sys/endian.h, some software needs
byteswap.h available. It must define {__,}byteswap_{16,32,64}.
Included sys/_endian.h to get an appropriate __byteswap16, etc
and defines the new macros in terms of them. Enhance _endian.h
to allow it to be included from here too.

Sponsored by:		Netflix
Reviewed by:		markj
Differential Revision:	https://reviews.freebsd.org/D32051
2023-01-20 16:37:39 -07:00
..
2022-06-13 21:37:34 +01:00
2021-11-05 13:51:42 +02:00
2020-05-15 11:58:01 +00:00
2017-12-08 22:06:18 +00:00
2020-05-12 18:17:57 +00:00
2017-11-27 17:18:31 +00:00
2021-02-23 20:08:10 +02:00
2020-02-02 19:45:12 +00:00
2021-07-15 19:40:28 +03:00