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/io.h>

Go to the source code of this file.

Macros

#define VT_BUF_HAVE_RW
 
#define vga_readb(a)   readb((u8 __iomem *)(a))
 
#define vga_writeb(v, a)   writeb(v, (u8 __iomem *)(a))
 
#define VGA_MAP_MEM(x, s)   ((unsigned long) ioremap(x, s))
 

Macro Definition Documentation

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

Definition at line 37 of file vga.h.

#define vga_readb (   a)    readb((u8 __iomem *)(a))

Definition at line 34 of file vga.h.

#define vga_writeb (   v,
  a 
)    writeb(v, (u8 __iomem *)(a))

Definition at line 35 of file vga.h.

#define VT_BUF_HAVE_RW

Definition at line 22 of file vga.h.