sync declaration of t6963_low_dsp_ready() in t6963.h with t6963.c

This commit is contained in:
marschap
2004-10-17 17:29:46 +00:00
parent 0ce79ef709
commit 70c4d4d0a8
+1 -1
View File
@@ -134,7 +134,7 @@ void t6963_graphic_clear (Driver *drvthis, int x1, int y1, int x2, int y2);
void t6963_set_nchar (Driver *drvthis, int n, char *dat, int num);
void t6963_low_set_control(char wr, char ce, char cd, char rd);
int t6963_low_dsp_ready(void);
void t6963_low_dsp_ready(void);
void t6963_low_data(u8 byte);
void t6963_low_command (u8 byte);