Synopsis
unsigned long __swap_words(unsigned long x);
Description

__swap_words swaps the order of the high and low words of x and returns that as its result.

__swap_words is an intrinsic function and produces inline code.