Files
lcdproc/server/drivers/hd44780-serialLpt.h
T
marschap 0f0af0f381 - coding style harmonization
- check onsistency between Size & vSpan
2007-04-04 13:52:38 +00:00

10 lines
173 B
C

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