#ifndef _PARISC_TYPES_H #define _PARISC_TYPES_H #include #ifndef __ASSEMBLY__ typedef unsigned short umode_t; #endif /* __ASSEMBLY__ */ /* * These aren't exported outside the kernel to avoid name space clashes */ #ifdef __KERNEL__ #ifndef __ASSEMBLY__ typedef u64 dma64_addr_t; #endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ #endif