mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
9 lines
196 B
C
9 lines
196 B
C
#ifndef _LINUX_CONSOLE_H_
|
|
#define _LINUX_CONSOLE_H_
|
|
|
|
#define console_lock() do {} while (0)
|
|
#define console_trylock() true
|
|
#define console_unlock() do {} while (0)
|
|
|
|
#endif /* _LINUX_CONSOLE_H */
|