cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 *  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 Howells3069.77%133.33%
Martin Schwidefsky1227.91%133.33%
Greg Kroah-Hartman12.33%133.33%
Total43100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.