blob: f68a7db141650ccea369571b89f74561b3d367c4 [file] [log] [blame]
Daniel Vetter6104c372017-08-01 17:32:07 +02001#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
Arnd Bergmanndfc8e912017-08-07 17:22:14 +02008static inline void fb_console_init(void) {}
9static inline void fb_console_exit(void) {}
Daniel Vetter6104c372017-08-01 17:32:07 +020010#endif
11
12#endif /* _LINUX_FBCON_H */