blob: a778ad8e3afd8080c4427d9aae4e08495caa5e80 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * NFSv3 protocol definitions
3 */
4#ifndef _LINUX_NFS3_H
5#define _LINUX_NFS3_H
6
David Howells607ca462012-10-13 10:46:48 +01007#include <uapi/linux/nfs3.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
10/* Number of 32bit words in post_op_attr */
11#define NFS3_POST_OP_ATTR_WORDS 22
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#endif /* _LINUX_NFS3_H */