File: sparc_compat.h

package info (click to toggle)
zfs-linux 2.4.0-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky
  • size: 71,616 kB
  • sloc: ansic: 397,684; sh: 70,195; asm: 48,744; python: 8,163; makefile: 5,212; perl: 859
file content (4 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (5)
1
2
3
4
#if defined(__sparc)
uint64_t __bswapdi2(uint64_t in);
uint32_t __bswapsi2(uint32_t in);
#endif