repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.6 compat: fix configure error with clang (#15558)
[zfs.git]
/
module
/
zstd
/
include
/
sparc_compat.h
blob
14c1bdde917c559a01a2898fbe98a67f4eca6446
1
#if defined(__sparc)
2
uint64_t
__bswapdi2
(
uint64_t
in
);
3
uint32_t
__bswapsi2
(
uint32_t
in
);
4
#endif