Files
lcdproc/server/drivers/hd44780-usblcd.h
T
mmdolze adfe557115 Re-add hd44780-usblcd connection type for devices made by Adams IT Services.
This driver has been part of v0.4.5 but was never ported to v0.5.x.
2009-05-11 06:23:39 +00:00

12 lines
285 B
C

#ifndef HD_USBLCD_H
#define HD_USBLCD_H
#include "lcd.h" /* for lcd_logical_driver */
#include "hd44780-low.h" /* for HD44780_functions */
// initialise this particular driver, args is probably not used but keep
// for consistency
int hd_init_usblcd(Driver *drvthis);
#endif