Base: LCDproc 0.5.2
[lcdproc-de200c.git] / server / drivers / hd44780-winamp.h
blobdefda6d5c9e776d4a42c43224ab245b4300e34d3
1 #ifndef HD_WINAMP_H
2 #define HD_WINAMP_H
4 #include "lcd.h" /* for Driver */
6 // initialise this particular driver
7 int hd_init_winamp(Driver *drvthis);
9 #endif