Documentation: remove the PCI DMA API description in DMA-API.txt
[linux-2.6/btrfs-unstable.git] / include / linux / generic_acl.h
blobca666d18ed6769418d1de90e45b690ec9e9eae36
1 #ifndef LINUX_GENERIC_ACL_H
2 #define LINUX_GENERIC_ACL_H
4 #include <linux/xattr.h>
6 struct inode;
8 extern struct xattr_handler generic_acl_access_handler;
9 extern struct xattr_handler generic_acl_default_handler;
11 int generic_acl_init(struct inode *, struct inode *);
12 int generic_acl_chmod(struct inode *);
13 int generic_check_acl(struct inode *inode, int mask);
15 #endif /* LINUX_GENERIC_ACL_H */