X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-sparc%2Ftypes.h;h=2cf974a7a9cf5e805f1d1937a6c20ca2b26a3fc9;hb=e31d2c1e2bc954dc32e33bb2076139f85b95f8e6;hp=69f93d60b8179dab57cd88dde5fde425532008c1;hpb=8258b6e2f57f73b4cacda1ca513385d70f808777;p=u-boot diff --git a/include/asm-sparc/types.h b/include/asm-sparc/types.h index 69f93d60b8..2cf974a7a9 100644 --- a/include/asm-sparc/types.h +++ b/include/asm-sparc/types.h @@ -65,6 +65,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 /* __ASSEMBLY__ */