ARM: 6112/1: Use the Inner Shareable I-cache and BTB ops on ARMv7 SMP
[linux-2.6-block.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>
a09e64fb 5#include <mach/hardware.h>
1da177e4 6
4f1bcaf0 7#define VGA_MAP_MEM(x,s) (PCIMEM_BASE + (x))
1da177e4
LT
8
9#define vga_readb(x) (*((volatile unsigned char *)x))
10#define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
11
12#endif