[FEATURE] Implement kernel -> user connection
[platform/core/system/swap-manager.git] / daemon / device_system_info.h
1 /*
2  *  DA manager
3  *
4  * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact:
7  *
8  * Jaewon Lim           <jaewon81.lim@samsung.com>
9  * Woojin Jung          <woojin2.jung@samsung.com>
10  * Juyoung Kim          <j0.kim@samsung.com>
11  * Nikita Kalyazin      <n.kalyazin@samsung.com>
12  *
13  * Licensed under the Apache License, Version 2.0 (the "License");
14  * you may not use this file except in compliance with the License.
15  * You may obtain a copy of the License at
16  *
17  * http://www.apache.org/licenses/LICENSE-2.0
18  *
19  * Unless required by applicable law or agreed to in writing, software
20  * distributed under the License is distributed on an "AS IS" BASIS,
21  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22  * See the License for the specific language governing permissions and
23  * limitations under the License.
24  *
25  * Contributors:
26  * - S-Core Co., Ltd
27  * - Samsung RnD Institute Russia
28  *
29  */
30
31 #ifndef _DEVICE_SYSTEM_INFO_H_
32 #define _DEVICE_SYSTEM_INFO_H_
33
34 int is_cdma_available(void);
35 int is_edge_available(void);
36 int is_gprs_available(void);
37 int is_gsm_available(void);
38 int is_hsdpa_available(void);
39 int is_hsupa_available(void);
40 int is_hspa_available(void);
41 int is_umts_available(void);
42 int is_lte_available(void);
43
44 int is_bluetooth_available(void);
45 int is_gps_available(void);
46 int is_wifi_available(void);
47
48 #endif /* _DEVICE_SYSTEM_INFO_H_ */