]> Git Repo - linux.git/blame - include/linux/nfs3.h
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux.git] / include / linux / nfs3.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2/*
3 * NFSv3 protocol definitions
4 */
5#ifndef _LINUX_NFS3_H
6#define _LINUX_NFS3_H
7
607ca46e 8#include <uapi/linux/nfs3.h>
1da177e4 9
1da177e4
LT
10
11/* Number of 32bit words in post_op_attr */
12#define NFS3_POST_OP_ATTR_WORDS 22
13
1da177e4 14#endif /* _LINUX_NFS3_H */
This page took 2.521372 seconds and 4 git commands to generate.