summaryrefslogtreecommitdiff
path: root/net/sunrpc/sysfs.h
blob: f181c650aab8e786a35d7e76544699db31d38e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2020 Anna Schumaker <Anna.Schumaker@Netapp.com>
 */
#ifndef __SUNRPC_SYSFS_H
#define __SUNRPC_SYSFS_H

int rpc_sysfs_init(void);
void rpc_sysfs_exit(void);

#endif