Linux 2.6.26-rc5
[linux-2.6/openmoko-kernel/knife-kernel.git] / include / asm-sparc / types.h
blob07734f9424059ad83537eac13ee7b638bfa5bfb3
1 #ifndef _SPARC_TYPES_H
2 #define _SPARC_TYPES_H
4 /*
5 * This file is never included by application software unless
6 * explicitly requested (e.g., via linux/types.h) in which case the
7 * application is Linux specific so (user-) name space pollution is
8 * not a major issue. However, for interoperability, libraries still
9 * need to be careful to avoid a name clashes.
11 #include <asm-generic/int-ll64.h>
13 #ifndef __ASSEMBLY__
15 typedef unsigned short umode_t;
17 #endif /* __ASSEMBLY__ */
19 #ifdef __KERNEL__
21 #define BITS_PER_LONG 32
23 #ifndef __ASSEMBLY__
25 typedef u32 dma_addr_t;
26 typedef u32 dma64_addr_t;
28 #endif /* __ASSEMBLY__ */
30 #endif /* __KERNEL__ */
32 #endif /* defined(_SPARC_TYPES_H) */