summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-28 00:04:58 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-17 10:56:24 +0800
commit55819d58d4116ff5a3dcc4494a7ace56e5a318b0 (patch)
tree8d8f5780232b40d734ea7cce4afa625e03d87263 /include
parent44597cd8b3783bf7234b10c6db3e78515cb6070b (diff)
downloadbarebox-55819d58d4116ff5a3dcc4494a7ace56e5a318b0.tar.gz
barebox-55819d58d4116ff5a3dcc4494a7ace56e5a318b0.tar.xz
types.h: move __kernel_dev_t to include/linux/types.h
no need to have a arch specific type Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-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 96e5708208..2145b6de49 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -6,6 +6,8 @@
#ifndef __KERNEL_STRICT_NAMES
+typedef __u32 __kernel_dev_t;
+
typedef __kernel_fd_set fd_set;
typedef __kernel_dev_t dev_t;
typedef __kernel_ino_t ino_t;