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

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
 

Macro Definition Documentation

#define scr_memcpyw (   d,
  s,
  c 
)    memcpy(d, s, c)

Definition at line 24 of file vt_buffer.h.

#define scr_memmovew (   d,
  s,
  c 
)    memmove(d, s, c)

Definition at line 25 of file vt_buffer.h.

#define scr_readw (   addr)    (*(addr))

Definition at line 23 of file vt_buffer.h.

#define scr_writew (   val,
  addr 
)    (*(addr) = (val))

Definition at line 22 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.