blob: f68a7db141650ccea369571b89f74561b3d367c4 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001#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 inline void fb_console_init(void) {}
9static inline void fb_console_exit(void) {}
10#endif
11
12#endif /* _LINUX_FBCON_H */