X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-nios%2Ftypes.h;h=636e12fd38e4de92f52c0eafe834ce115efe90e9;hb=01df521217957d77d53c2d570183eded7030938f;hp=24c98a89e4a3873ccee5d3edf0b02502fe9baba1;hpb=093e14c52280b4bcc84948bac605ee4d6e87b6e9;p=oweals%2Fu-boot.git 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 */