Synopsis
unsigned long __swap_long_bytes(unsigned long x);
Description

__swap_long_bytes swaps the order of all bytes of x and returns that as its result.

__swap_long_bytes is an intrinsic function and produces inline code.