Go to the documentation of this file. 1 #ifndef _ASM_CRIS_ARCH_SWAB_H
2 #define _ASM_CRIS_ARCH_SWAB_H
6 #define __SWAB_64_THRU_32__
8 static inline __const__
__u32
11 __asm__ __volatile__ (
"swapwb %0" :
"=r" (x) :
"0" (x));
14 #define __arch_swab32 __arch_swab32
16 static inline __const__
__u16
19 __asm__ __volatile__ (
"swapb %0" :
"=r" (x) :
"0" (x));
22 #define __arch_swab16 __arch_swab16