14 lines
No EOL
207 B
C
Executable file
14 lines
No EOL
207 B
C
Executable file
#ifndef MESSAGE_DISPLAY_H
|
|
#define MESSAGE_DISPLAY_H
|
|
|
|
/**
|
|
* Initializes display manager
|
|
*/
|
|
void displayManagerInit(void);
|
|
|
|
/**
|
|
* Waits that display manager terminates
|
|
*/
|
|
void displayManagerJoin(void);
|
|
|
|
#endif |