Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * NFSv3 protocol definitions |
| 3 | */ |
| 4 | #ifndef _LINUX_NFS3_H |
| 5 | #define _LINUX_NFS3_H |
| 6 | |
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 7 | #include <uapi/linux/nfs3.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
| 10 | /* Number of 32bit words in post_op_attr */ |
| 11 | #define NFS3_POST_OP_ATTR_WORDS 22 |
| 12 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | #endif /* _LINUX_NFS3_H */ |