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

10 lines
153 B
C
Raw Normal View History

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