change usb control process name to usb-server
[framework/system/system-server.git] / sys_device_noti / sys_device_noti.h
1 /*\r
2  * Copyright 2012  Samsung Electronics Co., Ltd\r
3  *\r
4  * Licensed under the Flora License, Version 1.0 (the "License");\r
5  * you may not use this file except in compliance with the License.\r
6  * You may obtain a copy of the License at\r
7  *\r
8  *      http://www.tizenopensource.org/license\r
9  *\r
10  * Unless required by applicable law or agreed to in writing, software\r
11  * distributed under the License is distributed on an "AS IS" BASIS,\r
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13  * See the License for the specific language governing permissions and\r
14  * limitations under the License.\r
15 */\r
16 #ifndef __SYS_DEVICE_NOTI_H__\r
17 #define __SYS_DEVICE_NOTI_H__\r
18 \r
19 typedef enum {\r
20         CB_NOTI_BATT_CHARGE,\r
21         CB_NOTI_BATT_LOW,\r
22         CB_NOTI_BATT_FULL,\r
23         CB_NOTI_MAX\r
24 }cb_noti_type;\r
25 typedef enum {\r
26         CB_NOTI_OFF     = 0,\r
27         CB_NOTI_ON      = 1\r
28 }cb_noti_onoff_type;\r
29 \r
30 #endif /* __SYS_DEVICE__NOTI_H__ */\r