From 70c4d4d0a8965b8b90b29df1f38db424d9f124b6 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 17 Oct 2004 17:29:46 +0000 Subject: [PATCH] sync declaration of t6963_low_dsp_ready() in t6963.h with t6963.c --- server/drivers/t6963.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/drivers/t6963.h b/server/drivers/t6963.h index 9115c71..7a922c7 100644 --- a/server/drivers/t6963.h +++ b/server/drivers/t6963.h @@ -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);