summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/types.h')
-rw-r--r--include/asm-m68k/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-m68k/types.h b/include/asm-m68k/types.h
index e944d3fd19..44b4ca5bd5 100644
--- a/include/asm-m68k/types.h
+++ b/include/asm-m68k/types.h
@@ -44,6 +44,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 /* __ASSEMBLY__ */
OpenPOWER on IntegriCloud