Files
lcdproc/server/drivers/hd44780-lis2.h
T
2005-08-31 07:52:01 +00:00

10 lines
159 B
C

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