Files
lcdproc/server/drivers/hd44780-usblcd.h
T
mmdolze 6e781ed0a0 Teach all drivers to use local report.h instead of shared/report.h.
Remove all references to shared/debug.h as well (was unused in all cases).
2009-09-14 18:36:44 +00:00

11 lines
230 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
int hd_init_usblcd(Driver *drvthis);
#endif