Motr  M0
net_fop.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2012-2020 Seagate Technology LLC and/or its Affiliates
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  * For any questions about this software or licensing,
17  * please email opensource@seagate.com or cortx-questions@seagate.com.
18  *
19  */
20 
21 
22 #pragma once
23 
24 #ifndef __MOTR_NET_UT_NET_FOP_H__
25 #define __MOTR_NET_UT_NET_FOP_H__
26 
27 #include "fop/fop.h"
28 
29 extern struct m0_fop_type m0_nettest_fopt;
30 
31 int nettest_fop_init(void);
32 void nettest_fop_fini(void);
33 
34 #endif /* __MOTR_NET_UT_NET_FOP_H__ */
35 /*
36  * Local variables:
37  * c-indentation-style: "K&R"
38  * c-basic-offset: 8
39  * tab-width: 8
40  * fill-column: 80
41  * scroll-step: 1
42  * End:
43  */
int nettest_fop_init(void)
struct m0_fop_type m0_nettest_fopt
void nettest_fop_fini(void)