Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / include / asm / vga.h
CommitLineData
1da177e4
LT
1#ifndef ASMARM_VGA_H
2#define ASMARM_VGA_H
3
fced80c7 4#include <linux/io.h>
1da177e4 5
cc22b4c1
RH
6extern unsigned long vga_base;
7
8#define VGA_MAP_MEM(x,s) (vga_base + (x))
1da177e4
LT
9
10#define vga_readb(x) (*((volatile unsigned char *)x))
11#define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
12
13#endif
This page took 0.699559 seconds and 5 git commands to generate.