diff options
Diffstat (limited to 'include/asm-nios')
-rw-r--r-- | include/asm-nios/io.h | 2 | ||||
-rw-r--r-- | include/asm-nios/types.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-nios/io.h b/include/asm-nios/io.h index 6fc339f..12a0bd9 100644 --- a/include/asm-nios/io.h +++ b/include/asm-nios/io.h @@ -114,8 +114,6 @@ static inline void sync(void) * that can be used to access the memory range with the caching * properties specified by "flags". */ -typedef unsigned long phys_addr_t; - #define MAP_NOCACHE (0) #define MAP_WRCOMBINE (0) #define MAP_WRBACK (0) diff --git a/include/asm-nios/types.h b/include/asm-nios/types.h index 24c98a8..636e12f 100644 --- a/include/asm-nios/types.h +++ b/include/asm-nios/types.h @@ -52,6 +52,9 @@ typedef unsigned long long u64; /* Dma addresses are 32-bits wide. */ typedef u32 dma_addr_t; + +typedef unsigned long phys_addr_t; +typedef unsigned long phys_size_t; #endif /* __KERNEL__ */ #endif /* _NIOS_TYPES_H */ |