]> git.sur5r.net Git - u-boot/blobdiff - include/asm-i386/types.h
mpc52xx, manroland: add some commands
[u-boot] / include / asm-i386 / types.h
index bdbde4172ae10f93c74f1747db952bd24655861a..9a40e383eb35afc93ac0b07cbded5530908b4a18 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