xref: /linux/fs/fuse/sysctl.h (revision 3dc7c001169d112b3e514cacff6c93091c57af9a)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef _FS_FUSE_SYSCTL_H
4 #define _FS_FUSE_SYSCTL_H
5 
6 extern unsigned int fuse_default_req_timeout;
7 extern unsigned int fuse_max_req_timeout;
8 
9 #endif /* _FS_FUSE_SYSCTL_H */
10