Files
lcdproc/server/drivers/hd44780-ext8bit.h
T
marschap b3230cf90f - update drivers to use new API
(get rid of those pseudo options named 'Arguments' in the config file)
- replace printf / printf calls by debug / report calls in some drivers
- sort and extend LCDd.conf
2005-01-29 18:49:29 +00:00

10 lines
168 B
C

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