Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / include / linux / generic_acl.h
blobb6d657544ef1afdbcfe2b867bbdaf0d91cfe749c
1 #ifndef LINUX_GENERIC_ACL_H
2 #define LINUX_GENERIC_ACL_H
4 #include <linux/xattr.h>
6 struct inode;
8 extern const struct xattr_handler generic_acl_access_handler;
9 extern const struct xattr_handler generic_acl_default_handler;
11 int generic_acl_init(struct inode *, struct inode *);
12 int generic_acl_chmod(struct inode *);
14 #endif /* LINUX_GENERIC_ACL_H */