8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
[platform/kernel/u-boot.git] / include / asm-sh / types.h
index 7ba69d9..aed4a6e 100644 (file)
@@ -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__ */