blob: 0fac6305d51cadef911d6f8d87f8dd97aca60134 [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
8static void fb_console_init(void) {}
9static void fb_console_exit(void) {}
10#endif
11
12#endif /* _LINUX_FBCON_H */