cregit-Linux how code gets into the kernel

Release 4.14 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 Dike29100.00%1100.00%
Total29100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.