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