repo.or.cz
/
oscam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git]
/
module-lcd.h
blob
aba388e37b66b61df5942b37492d712a31b7754c
1
#ifndef MODULE_LCD_H_
2
#define MODULE_LCD_H_
3
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
11
12
#endif