From 2f05b6925676e5f3263e0d51ed2f0a92201400d8 Mon Sep 17 00:00:00 2001 From: Renaud Barbier Date: Fri, 11 May 2012 11:58:13 +0100 Subject: linux/types.h: define phys_size_t Add this definition in preparation for the introduction of the mpc85xx support. Signed-off-by: Renaud Barbier Signed-off-by: Sascha Hauer --- include/linux/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/linux/types.h b/include/linux/types.h index 16cc3ce128..76c6b670a2 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -144,8 +144,10 @@ typedef __u32 __bitwise __wsum; #ifdef CONFIG_PHYS_ADDR_T_64BIT typedef u64 phys_addr_t; +typedef u64 phys_size_t; #else typedef u32 phys_addr_t; +typedef u32 phys_size_t; #endif typedef phys_addr_t resource_size_t; -- cgit v1.2.3