ARM: tegra: fix erroneous address in dts
[linux-2.6/btrfs-unstable.git] / arch / s390 / include / uapi / asm / types.h
blob3c3951e3415be0efd38b348bda8bea922b17d10a
1 /*
2 * S390 version
4 * Derived from "include/asm-i386/types.h"
5 */
7 #ifndef _UAPI_S390_TYPES_H
8 #define _UAPI_S390_TYPES_H
10 #include <asm-generic/int-ll64.h>
12 #ifndef __ASSEMBLY__
14 /* A address type so that arithmetic can be done on it & it can be upgraded to
15 64 bit when necessary
17 typedef unsigned long addr_t;
18 typedef __signed__ long saddr_t;
20 typedef struct {
21 __u32 u[4];
22 } __vector128;
24 #endif /* __ASSEMBLY__ */
26 #endif /* _UAPI_S390_TYPES_H */