]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-m68k/types.h
Introduce phys_size_t and move phys_addr_t into asm/types.h
[people/ms/u-boot.git] / include / asm-m68k / types.h
index e944d3fd19239ab022cd4a385b3239d1e2cda35d..44b4ca5bd5a77f1f21c60bb4265e45e8dc754697 100644 (file)
@@ -44,6 +44,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__ */