cregit-Linux how code gets into the kernel

Release 4.7 drivers/s390/cio/chsc_sch.h

Directory: drivers/s390/cio
#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 huckcornelia huck31100.00%1100.00%
Total31100.00%1100.00%
Directory: drivers/s390/cio
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}