X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-avr32%2Ftypes.h;h=c303e3c89123f8f3356cca9eb16b34e389b0a25e;hb=0a9403c8c753837a27b14ac33bc2b80d362c0e80;hp=2dbea4bad35a716f427eef66cccf92310a0ba2cd;hpb=e18489e8c27e843e337258fb00f2652ff0f43b92;p=u-boot diff --git a/include/asm-avr32/types.h b/include/asm-avr32/types.h index 2dbea4bad3..c303e3c891 100644 --- a/include/asm-avr32/types.h +++ b/include/asm-avr32/types.h @@ -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