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

9 lines
161 B
C
Raw Normal View History

2008-10-08 21:07:45 +00:00
#ifndef HD_USS720_H
#define HD_USS720_H
#include "lcd.h" /* for Driver */
2011-03-28 18:17:58 +00:00
/* initialise this particular driver */
2008-10-08 21:07:45 +00:00
int hd_init_uss720(Driver *drvthis);
#endif