mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
8 lines
151 B
C
8 lines
151 B
C
|
#ifndef __TOOLS_LINUX_FREEZER_H
|
||
|
#define __TOOLS_LINUX_FREEZER_H
|
||
|
|
||
|
#define try_to_freeze()
|
||
|
#define set_freezable()
|
||
|
|
||
|
#endif /* __TOOLS_LINUX_FREEZER_H */
|