Synopsis
unsigned long __bit_reverse_long(unsigned long x);
Description

__bit_reverse_long swaps the order of all bits of x and returns that as its result.

__bit_reverse_long is an intrinsic function and produces inline code.