mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-10 00:00:04 +03:00
a1764e00cd
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
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 */
|