power: remove templock timeout
[platform/core/system/deviced.git] / plugins / iot-headless / power / sleep-wait.h
1 #ifndef __SLEEP_WAIT_H__
2 #define __SLEEP_WAIT_H__
3
4 #include <unistd.h>
5
6 int add_sleep_wait(pid_t pid);
7 void remove_sleep_wait(pid_t pid);
8 int confirm_sleep_wait(pid_t pid, int id);
9 int start_sleep_wait(int id);
10 void stop_sleep_wait(void);
11
12 #endif //__SLEEP_WAIT_H__