summaryrefslogtreecommitdiff
path: root/include/asm-sh/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/types.h')
-rw-r--r--include/asm-sh/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sh/types.h b/include/asm-sh/types.h
index 7ba69d970..aed4a6eb5 100644
--- a/include/asm-sh/types.h
+++ b/include/asm-sh/types.h
@@ -52,6 +52,9 @@ typedef unsigned long long u64;
typedef u32 dma_addr_t;
+typedef unsigned long phys_addr_t;
+typedef unsigned long phys_size_t;
+
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */