summaryrefslogtreecommitdiff
path: root/include/linux/freezer.h
blob: 1af94d5b6a07fe113bc7cd172682695b02176d57 (plain)
1
2
3
4
5
6
7
8
#ifndef __TOOLS_LINUX_FREEZER_H
#define __TOOLS_LINUX_FREEZER_H

#define try_to_freeze()
#define set_freezable()
#define freezing(task)		false

#endif /* __TOOLS_LINUX_FREEZER_H */