]> git.sur5r.net Git - u-boot/blobdiff - include/asm-nios/types.h
Blackfin: bf548-ezkit: bump up monitor size
[u-boot] / include / asm-nios / types.h
index 24c98a89e4a3873ccee5d3edf0b02502fe9baba1..636e12fd38e4de92f52c0eafe834ce115efe90e9 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 /* _NIOS_TYPES_H */