Files
lcdproc/server/drivers/hd44780-picanlcd.h
T
2002-02-07 22:10:04 +00:00

10 lines
171 B
C

#ifndef HD_PICANLCD_H
#define HD_PICANLCD_H
#include "lcd.h" /* for Driver */
// initialise this particular driver
int hd_init_picanlcd (Driver *drvthis);
#endif