|
@@ -52,6 +52,9 @@ typedef unsigned long long u64;
|
|
/* Dma addresses are 32-bits wide. */
|
|
/* Dma addresses are 32-bits wide. */
|
|
|
|
|
|
typedef u32 dma_addr_t;
|
|
typedef u32 dma_addr_t;
|
|
|
|
+
|
|
|
|
+typedef unsigned long phys_addr_t;
|
|
|
|
+typedef unsigned long phys_size_t;
|
|
#endif /* __KERNEL__ */
|
|
#endif /* __KERNEL__ */
|
|
|
|
|
|
#endif /* __ASM_NIOS2_TYPES_H */
|
|
#endif /* __ASM_NIOS2_TYPES_H */
|