10 lines
186 B
C
10 lines
186 B
C
#ifndef HD_LCDSERIALIZER_H
|
|
#define HD_LCDSERIALIZER_H
|
|
|
|
#include "lcd.h" /* for Driver */
|
|
|
|
// initialise this particular driver
|
|
int hd_init_lcdserializer (Driver *drvthis);
|
|
|
|
#endif
|