4 * Derived from "include/asm-i386/types.h"
10 #include <asm-generic/int-ll64.h>
14 /* A address type so that arithmetic can be done on it & it can be upgraded to
17 typedef unsigned long addr_t
;
18 typedef __signed__
long saddr_t
;
20 #endif /* __ASSEMBLY__ */
23 * These aren't exported outside the kernel to avoid name space clashes
31 unsigned long long pair
;
38 #endif /* ! CONFIG_64BIT */
39 #endif /* __ASSEMBLY__ */
40 #endif /* __KERNEL__ */
41 #endif /* _S390_TYPES_H */