cregit-Linux how code gets into the kernel

Release 4.14 include/linux/kbuild.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_KBUILD_H

#define __LINUX_KBUILD_H


#define DEFINE(sym, val) \
	asm volatile("\n.ascii \"->" #sym " %0 " #val "\"" : : "i" (val))


#define BLANK() asm volatile("\n.ascii \"->\"" : : )


#define OFFSET(sym, str, mem) \
	DEFINE(sym, offsetof(struct str, mem))


#define COMMENT(x) \
	asm volatile("\n.ascii \"->#" x "\"")

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Christoph Lameter4090.91%133.33%
Jeroen Hofstee36.82%133.33%
Greg Kroah-Hartman12.27%133.33%
Total44100.00%3100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.