cregit-Linux how code gets into the kernel

Release 4.15 drivers/s390/cio/chsc_sch.h

Directory: drivers/s390/cio
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _CHSC_SCH_H

#define _CHSC_SCH_H


struct chsc_request {
	
struct completion completion;
	
struct irb irb;
};


struct chsc_private {
	
struct chsc_request *request;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Cornelia Huck3196.88%150.00%
Greg Kroah-Hartman13.12%150.00%
Total32100.00%2100.00%
Directory: drivers/s390/cio
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.