cregit-Linux how code gets into the kernel

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

/*
 *  S390 version
 *
 *  Derived from "include/asm-i386/types.h"
 */

#ifndef _UAPI_S390_TYPES_H

#define _UAPI_S390_TYPES_H

#include <asm-generic/int-ll64.h>

#ifndef __ASSEMBLY__

/* A address type so that arithmetic can be done on it & it can be upgraded to
   64 bit when necessary 
*/

typedef unsigned long addr_t; 

typedef __signed__ long saddr_t;

typedef struct {
	
__u32 u[4];
} 
__vector128;

#endif /* __ASSEMBLY__ */

#endif /* _UAPI_S390_TYPES_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
David Howells3071.43%150.00%
Martin Schwidefsky1228.57%150.00%
Total42100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.