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