Files
lcdproc/server/drivers/hd44780-winamp.h
T

10 lines
165 B
C
Raw Normal View History

#ifndef HD_WINAMP_H
#define HD_WINAMP_H
2001-12-30 00:15:25 +00:00
#include "lcd.h" /* for Driver */
2001-12-30 00:15:25 +00:00
// initialise this particular driver
int hd_init_winamp (Driver *drvthis);
#endif