cregit-Linux how code gets into the kernel

Release 4.7 include/linux/atm.h

Directory: include/linux
/* atm.h - general ATM declarations */
#ifndef _LINUX_ATM_H

#define _LINUX_ATM_H

#include <uapi/linux/atm.h>

#ifdef CONFIG_COMPAT
#include <linux/compat.h>

struct compat_atmif_sioc {
	
int number;
	
int length;
	
compat_uptr_t arg;
};
#endif
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
david woodhousedavid woodhouse2470.59%133.33%
david howellsdavid howells720.59%133.33%
pre-gitpre-git38.82%133.33%
Total34100.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.
{% endraw %}