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

Go to the source code of this file.

Macros

#define VGA_MAP_MEM(x, s)   (unsigned long)phys_to_virt(x)
 
#define vga_readb(x)   (*(x))
 
#define vga_writeb(x, y)   (*(y) = (x))
 

Macro Definition Documentation

#define VGA_MAP_MEM (   x,
  s 
)    (unsigned long)phys_to_virt(x)

Definition at line 15 of file vga.h.

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

Definition at line 17 of file vga.h.

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

Definition at line 18 of file vga.h.