cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)3278.05%240.00%
Rob Herring614.63%120.00%
Björn Helgaas24.88%120.00%
Russell King12.44%120.00%
Total41100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.