]> git.sur5r.net Git - u-boot/blobdiff - include/asm-arm/types.h
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
[u-boot] / include / asm-arm / types.h
index e56f19d29be1643bae1781438ff93af9e331b5ed..71dc049da625e521674a6b0cd412283ecade7305 100644 (file)
@@ -45,6 +45,9 @@ typedef unsigned long long u64;
 
 typedef u32 dma_addr_t;
 
+typedef unsigned long phys_addr_t;
+typedef unsigned long phys_size_t;
+
 #endif /* __KERNEL__ */
 
 #endif