- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git] / module-lcd.h
blobaba388e37b66b61df5942b37492d712a31b7754c
1 #ifndef MODULE_LCD_H_
2 #define MODULE_LCD_H_
4 #ifdef LCDSUPPORT
5 extern void lcd_thread_start(void);
6 extern void lcd_thread_stop(void);
7 #else
8 static inline void lcd_thread_start(void) { }
9 static inline void lcd_thread_stop(void) { }
10 #endif
12 #endif