nfsd4: typo logical vs bitwise negate for want_mask
[linux-btrfs-devel.git] / arch / alpha / include / asm / types.h
blob881544339c218aed68c00f031ba06669c0a1d2fa
1 #ifndef _ALPHA_TYPES_H
2 #define _ALPHA_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.
12 #ifdef __KERNEL__
13 #include <asm-generic/int-ll64.h>
14 #else
15 #include <asm-generic/int-l64.h>
16 #endif
18 #ifndef __ASSEMBLY__
20 typedef unsigned int umode_t;
22 #endif /* __ASSEMBLY__ */
23 #endif /* _ALPHA_TYPES_H */