mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
16 lines
244 B
C
16 lines
244 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (c) 2019 Hammerspace Inc
|
||
|
*/
|
||
|
|
||
|
#ifndef __NFS_SYSFS_H
|
||
|
#define __NFS_SYSFS_H
|
||
|
|
||
|
|
||
|
extern struct kobject *nfs_client_kobj;
|
||
|
|
||
|
extern int nfs_sysfs_init(void);
|
||
|
extern void nfs_sysfs_exit(void);
|
||
|
|
||
|
#endif
|