summaryrefslogtreecommitdiff
path: root/src/embtk/include/byteswap.h
blob: 1a187feb171dde3d27f8f5f98ed80417c3d61b5b (plain)
1
2
3
4
5
#if defined(__linux__)
#include_next <byteswap.h>
#else
#include <endian.h>
#endif