]> git.sur5r.net Git - u-boot/blobdiff - include/asm-avr32/types.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / include / asm-avr32 / types.h
index 2dbea4bad35a716f427eef66cccf92310a0ba2cd..c303e3c89123f8f3356cca9eb16b34e389b0a25e 100644 (file)
@@ -71,6 +71,9 @@ typedef unsigned long long u64;
 
 typedef u32 dma_addr_t;
 
+typedef unsigned long phys_addr_t;
+typedef unsigned long phys_size_t;
+
 #ifdef CONFIG_LBD
 typedef u64 sector_t;
 #define HAVE_SECTOR_T