Applied coding rule
[platform/core/system/setup-adaptor.git] / src / setup_network.h
1 /*
2  * Copyright (c) 2016-2017 Samsung Electronics Co., Ltd.
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 #ifndef __SETUP_NETWORK_H__
17 #define __SETUP_NETWORK_H__
18
19 #include "sa_types.h"
20
21 /**
22  * @fn        int sa_setup_network(sa_network_s *info)
23  * @brief     This function to set network connection
24    @param     sa_network_s              [in] network info struture
25  * @return    sa_error_e                return of function
26  */
27 sa_error_e sa_setup_network(sa_network_s * network);
28
29 #endif                                                  /* __SETUP_NETWORK_H__ */