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

11 lines
178 B
C

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