]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-m68k/types.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc512x
[karo-tx-uboot.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__ */