ia64/xen-unstable
changeset 13465:58637a0a7c7e
[IA64] Remove duplicate typedefs
These are now defined in xen/include/xen/types.h
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
These are now defined in xen/include/xen/types.h
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | awilliam@xenbuild2.aw |
---|---|
date | Wed Jan 17 21:45:34 2007 -0700 (2007-01-17) |
parents | 26c75e0e48ed |
children | b3c79bad5de0 e2ca6bd16046 |
files | xen/include/asm-ia64/xentypes.h |
line diff
1.1 --- a/xen/include/asm-ia64/xentypes.h Wed Jan 17 21:31:22 2007 -0700 1.2 +++ b/xen/include/asm-ia64/xentypes.h Wed Jan 17 21:45:34 2007 -0700 1.3 @@ -5,25 +5,6 @@ 1.4 typedef unsigned long ssize_t; 1.5 typedef unsigned long size_t; 1.6 typedef long long loff_t; 1.7 - 1.8 -#ifdef __KERNEL__ 1.9 -/* these lines taken from linux/types.h. they belong in xen/types.h */ 1.10 -#ifdef __CHECKER__ 1.11 -#define __bitwise __attribute__((bitwise)) 1.12 -#else 1.13 -#define __bitwise 1.14 -#endif 1.15 - 1.16 -typedef __u16 __bitwise __le16; 1.17 -typedef __u16 __bitwise __be16; 1.18 -typedef __u32 __bitwise __le32; 1.19 -typedef __u32 __bitwise __be32; 1.20 -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) 1.21 -typedef __u64 __bitwise __le64; 1.22 -typedef __u64 __bitwise __be64; 1.23 -#endif 1.24 - 1.25 -# endif /* __KERNEL__ */ 1.26 #endif /* !__ASSEMBLY__ */ 1.27 1.28 #endif /* _ASM_IA64_XENTYPES_H */