summaryrefslogtreecommitdiff
path: root/include/asm-i386/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/types.h')
-rw-r--r--include/asm-i386/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/types.h b/include/asm-i386/types.h
index bdbde4172..9a40e383e 100644
--- a/include/asm-i386/types.h
+++ b/include/asm-i386/types.h
@@ -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