2010-12-14 16:40:47 +01:00
|
|
|
#ifndef __DISPLAY_PUTCHAR_H
|
2013-07-29 16:41:43 +02:00
|
|
|
#define __DISPLAY_PUTCHAR_H
|
2010-12-14 16:40:47 +01:00
|
|
|
|
2013-03-30 21:37:56 +01:00
|
|
|
void init_display_putchar(void);
|
2010-12-14 16:40:47 +01:00
|
|
|
|
|
|
|
#endif /* __DISPLAY_PUTCHAR_H */
|