Merge tag 'regmap-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[deliverable/linux.git] / include / linux / generic_acl.h
CommitLineData
1c7c474c
CH
1#ifndef LINUX_GENERIC_ACL_H
2#define LINUX_GENERIC_ACL_H
f0c8bd16 3
1c7c474c 4#include <linux/xattr.h>
f0c8bd16 5
1c7c474c 6struct inode;
f0c8bd16 7
bb435453
SH
8extern const struct xattr_handler generic_acl_access_handler;
9extern const struct xattr_handler generic_acl_default_handler;
f0c8bd16 10
1c7c474c
CH
11int generic_acl_init(struct inode *, struct inode *);
12int generic_acl_chmod(struct inode *);
f0c8bd16 13
1c7c474c 14#endif /* LINUX_GENERIC_ACL_H */
This page took 0.67102 seconds and 5 git commands to generate.