h69k/tools/include/byteswap.h

6 lines
107 B
C
Raw Permalink Normal View History

2024-09-29 14:35:28 +00:00
#if defined(__linux__) || defined(__CYGWIN__)
#include_next <byteswap.h>
#else
#include <endian.h>
#endif