ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
[oweals/u-boot.git] / include / asm-microblaze / types.h
index 3895dc436503a78b39e9de633cab232b2f880a07..77094f62d6322fd43361ec00e6fcd28baf5f9051 100644 (file)
@@ -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 /* _ASM_TYPES_H */