blob: 666f8db2ba9217b407b8419325e39f9456dc83c8 [file] [log] [blame]
Trond Myklebust996bc4f2019-01-24 16:10:46 -05001// 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
10extern struct kobject *nfs_client_kobj;
11
12extern int nfs_sysfs_init(void);
13extern void nfs_sysfs_exit(void);
14
15#endif