Release 4.11 arch/arm/include/asm/vga.h
#ifndef ASMARM_VGA_H
#define ASMARM_VGA_H
#include <linux/io.h>
extern unsigned long vga_base;
#define VGA_MAP_MEM(x,s) (vga_base + (x))
#define vga_readb(x) (*((volatile unsigned char *)x))
#define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 32 | 78.05% | 2 | 40.00% |
Rob Herring | 6 | 14.63% | 1 | 20.00% |
Björn Helgaas | 2 | 4.88% | 1 | 20.00% |
Russell King | 1 | 2.44% | 1 | 20.00% |
Total | 41 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.