Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
mcf8390.h File Reference

Go to the source code of this file.

Macros

#define BSWAP(w)   (((w) << 8) | ((w) >> 8))
 
#define RSWAP(w)   (w)
 

Macro Definition Documentation

#define BSWAP (   w)    (((w) << 8) | ((w) >> 8))

Definition at line 29 of file mcf8390.h.

#define RSWAP (   w)    (w)

Definition at line 30 of file mcf8390.h.