summaryrefslogtreecommitdiff
path: root/include/asm-nios/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-nios/types.h')
-rw-r--r--include/asm-nios/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-nios/types.h b/include/asm-nios/types.h
index 24c98a89e..636e12fd3 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 */