mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
5 lines
96 B
C
5 lines
96 B
C
|
#if defined(__sparc)
|
||
|
uint64_t __bswapdi2(uint64_t in);
|
||
|
uint32_t __bswapsi2(uint32_t in);
|
||
|
#endif
|