tizen 2.4 release
[framework/uifw/e17-mod-tizen-devicemgr.git] / src / hib_devicemgr.h
1 #ifndef HIB_DEVICEMGR_H
2 #define HIB_DEVICEMGR_H
3
4 /* atom string */
5 #define STR_ATOM_HIB_REQUEST "_HIB_REQUEST"
6
7 /* hibernation command */
8 typedef enum
9 {
10     HIB_REQ_NULL,        /* null */
11     HIB_REQ_SET,         /* set hibernation */
12     HIB_REQ_UNSET,      /* unset hibernation */
13 } HIB_REQ;
14
15 #endif // HIB_DEVICEMGR_H
16