Linux 6.6 compat: fix configure error with clang (#15558)
[zfs.git] / module / zstd / include / sparc_compat.h
blob14c1bdde917c559a01a2898fbe98a67f4eca6446
1 #if defined(__sparc)
2 uint64_t __bswapdi2(uint64_t in);
3 uint32_t __bswapsi2(uint32_t in);
4 #endif