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