Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | ioswabb(x) (x) |
#define | __mem_ioswabb(x) (x) |
#define | ioswabw(x) (x) |
#define | __mem_ioswabw(x) cpu_to_le16(x) |
#define | ioswabl(x) (x) |
#define | __mem_ioswabl(x) cpu_to_le32(x) |
#define | ioswabq(x) (x) |
#define | __mem_ioswabq(x) cpu_to_le32(x) |
Definition at line 39 of file mangle-port.h.
#define __mem_ioswabl | ( | x | ) | cpu_to_le32(x) |
Definition at line 43 of file mangle-port.h.
#define __mem_ioswabq | ( | x | ) | cpu_to_le32(x) |
Definition at line 45 of file mangle-port.h.
#define __mem_ioswabw | ( | x | ) | cpu_to_le16(x) |
Definition at line 41 of file mangle-port.h.
Definition at line 38 of file mangle-port.h.
Definition at line 42 of file mangle-port.h.
Definition at line 44 of file mangle-port.h.
Definition at line 40 of file mangle-port.h.