5 #include <linux/compiler.h>
7 #define __SWAB_64_THRU_32__
9 static inline __attribute_const__ __u32
__arch_swab32(__u32 val
)
11 __asm__("rolw #8,%0; swap %0; rolw #8,%0" : "=d" (val
) : "0" (val
));
14 #define __arch_swab32 __arch_swab32
16 #endif /* _M68K_SWAB_H */