From 8a6d48c0542876eb3acfc0970c0ab7872db08d5f Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Sun, 6 Dec 2009 05:26:23 +0100 Subject: check in the original version of dde linux26. --- libdde_linux26/contrib/include/linux/path.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libdde_linux26/contrib/include/linux/path.h (limited to 'libdde_linux26/contrib/include/linux/path.h') diff --git a/libdde_linux26/contrib/include/linux/path.h b/libdde_linux26/contrib/include/linux/path.h new file mode 100644 index 00000000..915e0c38 --- /dev/null +++ b/libdde_linux26/contrib/include/linux/path.h @@ -0,0 +1,15 @@ +#ifndef _LINUX_PATH_H +#define _LINUX_PATH_H + +struct dentry; +struct vfsmount; + +struct path { + struct vfsmount *mnt; + struct dentry *dentry; +}; + +extern void path_get(struct path *); +extern void path_put(struct path *); + +#endif /* _LINUX_PATH_H */ -- cgit v1.2.3