2017-01-08 12:13:18 +03:00
|
|
|
#ifndef __TOOLS_LINUX_FREEZER_H
|
|
|
|
#define __TOOLS_LINUX_FREEZER_H
|
|
|
|
|
|
|
|
#define try_to_freeze()
|
|
|
|
#define set_freezable()
|
2018-10-12 21:55:27 +03:00
|
|
|
#define freezing(task) false
|
2017-01-08 12:13:18 +03:00
|
|
|
|
|
|
|
#endif /* __TOOLS_LINUX_FREEZER_H */
|