2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * Copyright (C) 1994, 1995, 1996, 1999 by Ralf Baechle
7 * Copyright (C) 2008 Wind River Systems,
8 * written by Ralf Baechle
9 * Copyright (C) 1999 Silicon Graphics, Inc.
15 * We don't use int-l64.h for the kernel anymore but still use it for
16 * userspace to avoid code changes.
18 #if (_MIPS_SZLONG == 64) && !defined(__KERNEL__)
19 # include <asm-generic/int-l64.h>
21 # include <asm-generic/int-ll64.h>
26 typedef unsigned short umode_t
;
28 #endif /* __ASSEMBLY__ */
31 * These aren't exported outside the kernel to avoid name space clashes
37 * Don't use phys_t. You've been warned.
39 #ifdef CONFIG_64BIT_PHYS_ADDR
40 typedef unsigned long long phys_t
;
42 typedef unsigned long phys_t
;
45 #endif /* __ASSEMBLY__ */
47 #endif /* __KERNEL__ */
49 #endif /* _ASM_TYPES_H */