/* File: linux/nfsacl.h (C) 2002 Andreas Gruenbacher, */ #ifndef __LINUX_SOLARIS_ACL_H #define __LINUX_SOLARIS_ACL_H #include u32 *nfsacl_encode(u32 *, u32 *, struct inode *, struct posix_acl *, int, int); u32 *nfsacl_decode(u32 *, u32 *, unsigned int *, struct posix_acl **); #endif /* __LINUX_SOLARIS_ACL_H */