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

11 lines
184 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 */
#include "hd44780-low.h"
// initialise this particular driver
int hd_init_uss720(Driver *drvthis);
#endif