Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
vga.h File Reference
#include <asm/byteorder.h>

Go to the source code of this file.

Macros

#define VGA_MAP_MEM(x, s)   (0xb0000000L + (unsigned long)(x))
 
#define vga_readb(x)   (*(x))
 
#define vga_writeb(x, y)   (*(y) = (x))
 
#define VT_BUF_HAVE_RW
 
#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 42 of file vga.h.

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

Definition at line 43 of file vga.h.

#define VGA_MAP_MEM (   x,
  s 
)    (0xb0000000L + (unsigned long)(x))

Definition at line 16 of file vga.h.

#define vga_readb (   x)    (*(x))

Definition at line 18 of file vga.h.

#define vga_writeb (   x,
  y 
)    (*(y) = (x))

Definition at line 19 of file vga.h.

#define VT_BUF_HAVE_MEMCPYW

Definition at line 44 of file vga.h.

#define VT_BUF_HAVE_MEMMOVEW

Definition at line 45 of file vga.h.

#define VT_BUF_HAVE_RW

Definition at line 21 of file vga.h.