cregit-Linux how code gets into the kernel

Release 4.16 arch/arm/include/asm/vga.h

/* SPDX-License-Identifier: GPL-2.0 */
#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)3276.19%233.33%
Rob Herring614.29%116.67%
Björn Helgaas24.76%116.67%
Greg Kroah-Hartman12.38%116.67%
Russell King12.38%116.67%
Total42100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.