mirror of
https://github.com/openharmony/third_party_Linux_Kernel.git
synced 2026-08-25 13:09:54 -04:00
7a09b52600
Change-Id: I8420a745de2a76dd4c0ea79b24da12653cbe7b52
14 lines
221 B
C
14 lines
221 B
C
/*
|
|
* NFSv3 protocol definitions
|
|
*/
|
|
#ifndef _LINUX_NFS3_H
|
|
#define _LINUX_NFS3_H
|
|
|
|
#include <uapi/linux/nfs3.h>
|
|
|
|
|
|
/* Number of 32bit words in post_op_attr */
|
|
#define NFS3_POST_OP_ATTR_WORDS 22
|
|
|
|
#endif /* _LINUX_NFS3_H */
|