From e99ccb488181d012248c6be30b2093e950319fc5 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 27 Mar 2008 11:46:38 -0500 Subject: Introduce phys_size_t and move phys_addr_t into asm/types.h Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's that have larger physical addresses like 44x, 85xx, and 86xx. Signed-off-by: Kumar Gala --- include/asm-blackfin/types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/asm-blackfin/types.h') diff --git a/include/asm-blackfin/types.h b/include/asm-blackfin/types.h index 9fd8e03360..2160ba0d02 100644 --- a/include/asm-blackfin/types.h +++ b/include/asm-blackfin/types.h @@ -78,6 +78,9 @@ typedef unsigned long long u64; typedef u32 dma_addr_t; +typedef unsigned long phys_addr_t; +typedef unsigned long phys_size_t; + #endif #endif -- cgit v1.2.1