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

10 lines
153 B
C

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