Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | scr_writew(val, addr) (*(addr) = (val)) |
#define | scr_readw(addr) (*(addr)) |
#define | scr_memcpyw(d, s, c) memcpy(d, s, c) |
#define | scr_memmovew(d, s, c) memmove(d, s, c) |
#define | VT_BUF_HAVE_MEMCPYW |
#define | VT_BUF_HAVE_MEMMOVEW |
Definition at line 23 of file vt_buffer.h.
#define VT_BUF_HAVE_MEMCPYW |
Definition at line 26 of file vt_buffer.h.
#define VT_BUF_HAVE_MEMMOVEW |
Definition at line 27 of file vt_buffer.h.