Files
lcdproc/server/drivers/hd44780-picanlcd.h
T

10 lines
171 B
C
Raw Normal View History

2002-02-07 22:10:04 +00:00
#ifndef HD_PICANLCD_H
#define HD_PICANLCD_H
#include "lcd.h" /* for Driver */
// initialise this particular driver
int hd_init_picanlcd (Driver *drvthis);
#endif