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