bcachefs-tools/include/linux/console.h

8 lines
132 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()
#define console_unlock()
#endif /* _LINUX_CONSOLE_H */