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