cregit-Linux how code gets into the kernel

Release 4.11 arch/s390/include/uapi/asm/schid.h

#ifndef _UAPIASM_SCHID_H

#define _UAPIASM_SCHID_H

#include <linux/types.h>


struct subchannel_id {
	
__u32 cssid : 8;
	
__u32 : 4;
	
__u32 m : 1;
	
__u32 ssid : 2;
	
__u32 one : 1;
	
__u32 sch_no : 16;
} __attribute__ ((packed, aligned(4)));


#endif /* _UAPIASM_SCHID_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
David Howells57100.00%1100.00%
Total57100.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.