| * include/asm-xtensa/types.h |
| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file "COPYING" in the main directory of this archive |
| * Copyright (C) 2001 - 2005 Tensilica Inc. |
| #include <asm-generic/int-ll64.h> |
| # define __XTENSA_UL(x) (x) |
| # define __XTENSA_UL_CONST(x) x |
| # define __XTENSA_UL(x) ((unsigned long)(x)) |
| # define __XTENSA_UL_CONST(x) x##UL |
| typedef unsigned short umode_t; |
| * These aren't exported outside the kernel to avoid name space clashes |
| /* Dma addresses are 32-bits wide. */ |
| #endif /* _XTENSA_TYPES_H */ |