Trond Myklebust | 996bc4f | 2019-01-24 16:10:46 -0500 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (c) 2019 Hammerspace Inc | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __NFS_SYSFS_H | ||||
7 | #define __NFS_SYSFS_H | ||||
8 | |||||
9 | |||||
10 | extern struct kobject *nfs_client_kobj; | ||||
11 | |||||
12 | extern int nfs_sysfs_init(void); | ||||
13 | extern void nfs_sysfs_exit(void); | ||||
14 | |||||
15 | #endif |