10 lines
165 B
C
10 lines
165 B
C
#ifndef HD_WINAMP_H
|
|
#define HD_WINAMP_H
|
|
|
|
#include "lcd.h" /* for Driver */
|
|
|
|
// initialise this particular driver
|
|
int hd_init_winamp (Driver *drvthis);
|
|
|
|
#endif
|