]> git.sesse.net Git - bcachefs-tools-debian/blob - include/linux/freezer.h
Update bcachefs sources to d7f6da1d60 bcachefs: fix missing include
[bcachefs-tools-debian] / include / linux / freezer.h
1 #ifndef __TOOLS_LINUX_FREEZER_H
2 #define __TOOLS_LINUX_FREEZER_H
3
4 #define try_to_freeze()
5 #define set_freezable()
6 #define freezing(task)          false
7
8 #endif /* __TOOLS_LINUX_FREEZER_H */