2 * include/asm-s390/types.h
6 * Derived from "include/asm-i386/types.h"
12 #include <asm-generic/int-ll64.h>
16 /* A address type so that arithmetic can be done on it & it can be upgraded to
19 typedef unsigned long addr_t
;
20 typedef __signed__
long saddr_t
;
22 #endif /* __ASSEMBLY__ */
25 * These aren't exported outside the kernel to avoid name space clashes
33 unsigned long long pair
;
40 #endif /* ! __s390x__ */
41 #endif /* __ASSEMBLY__ */
42 #endif /* __KERNEL__ */
43 #endif /* _S390_TYPES_H */