Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
[GitHub/moto-9609/android_kernel_motorola_exynos9610.git] / include / linux / fbcon.h
CommitLineData
6104c370
DV
1#ifndef _LINUX_FBCON_H
2#define _LINUX_FBCON_H
3
4#ifdef CONFIG_FRAMEBUFFER_CONSOLE
5void __init fb_console_init(void);
6void __exit fb_console_exit(void);
7#else
dfc8e916
AB
8static inline void fb_console_init(void) {}
9static inline void fb_console_exit(void) {}
6104c370
DV
10#endif
11
12#endif /* _LINUX_FBCON_H */