bcachefs-tools/include/linux/console.h

9 lines
196 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#ifndef _LINUX_CONSOLE_H_
#define _LINUX_CONSOLE_H_
#define console_lock() do {} while (0)
#define console_trylock() true
#define console_unlock() do {} while (0)
2017-01-08 12:13:18 +03:00
#endif /* _LINUX_CONSOLE_H */