#ifndef HD_LIS2_H
#define HD_LIS2_H

#include "lcd.h"					  /* for Driver */

// initialise this particular driver
int hd_init_lis2(Driver *drvthis);

#endif


syntax highlighted by Code2HTML, v. 0.9.1