X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-nios%2Ftypes.h;h=636e12fd38e4de92f52c0eafe834ce115efe90e9;hb=fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4;hp=24c98a89e4a3873ccee5d3edf0b02502fe9baba1;hpb=24ae0d1728f446d634728802370f50d7651d9f48;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 */