cregit-Linux how code gets into the kernel

Release 4.9 arch/um/include/shared/skas/mm_id.h

/*
 * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
 * Licensed under the GPL
 */

#ifndef __MM_ID_H

#define __MM_ID_H


struct mm_id {
	union {
		
int mm_fd;
		
int pid;
	} 
u;
	
unsigned long stack;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
jeff dikejeff dike29100.00%1100.00%
Total29100.00%1100.00%