aboutsummaryrefslogblamecommitdiffstats
blob: f68a7db141650ccea369571b89f74561b3d367c4 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                  

                                           


                           
#ifndef _LINUX_FBCON_H
#define _LINUX_FBCON_H

#ifdef CONFIG_FRAMEBUFFER_CONSOLE
void __init fb_console_init(void);
void __exit fb_console_exit(void);
#else
static inline void fb_console_init(void) {}
static inline void fb_console_exit(void) {}
#endif

#endif /* _LINUX_FBCON_H */