X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-nios%2Ftypes.h;h=636e12fd38e4de92f52c0eafe834ce115efe90e9;hb=61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9;hp=24c98a89e4a3873ccee5d3edf0b02502fe9baba1;hpb=7e492d8258182e31c988bbf9917d4a3d41949d56;p=u-boot diff --git a/include/asm-nios/types.h b/include/asm-nios/types.h index 24c98a89e4..636e12fd38 100644 --- a/include/asm-nios/types.h +++ b/include/asm-nios/types.h @@ -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 */