aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/types.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-06-12 15:49:31 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-27 09:23:59 -0700
commitcf7c712c11fb881842534efe98a07f36f1c86c65 (patch)
treeff300bef11d0dd251aba9038d1b750c84edf4237 /include/linux/types.h
parente29419fffceb8ec36def3c922040e1ca7bcd3de5 (diff)
downloadkernel_samsung_smdk4412-cf7c712c11fb881842534efe98a07f36f1c86c65.zip
kernel_samsung_smdk4412-cf7c712c11fb881842534efe98a07f36f1c86c65.tar.gz
kernel_samsung_smdk4412-cf7c712c11fb881842534efe98a07f36f1c86c65.tar.bz2
[PATCH] 64bit resource: introduce resource_size_t for the start and end of struct resource
But do not change it from what it currently is (unsigned long) Based on a patch series originally from Vivek Goyal <vgoyal@in.ibm.com> Cc: Vivek Goyal <vgoyal@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/types.h')
-rw-r--r--include/linux/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index a5e46e7..a021e15 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -177,6 +177,8 @@ typedef __u64 __bitwise __be64;
#ifdef __KERNEL__
typedef unsigned __bitwise__ gfp_t;
+
+typedef unsigned long resource_size_t;
#endif
struct ustat {