adapt style to that of CFontz633.c & CFontzPacket.c

This commit is contained in:
marschap
2005-05-29 19:10:58 +00:00
parent 4b4e7fc88c
commit 6a407f22bb
+2 -1
View File
@@ -15,6 +15,7 @@
#define DEFAULT_SIZE_CF633 "16x2"
#define DEFAULT_SIZE_CF631 "20x2"
MODULE_EXPORT int CFontz633_init (Driver *drvthis, char *device);
MODULE_EXPORT void CFontz633_close (Driver *drvthis);
MODULE_EXPORT int CFontz633_width (Driver *drvthis);
@@ -35,4 +36,4 @@ MODULE_EXPORT int CFontz633_get_contrast (Driver * drvthis);
MODULE_EXPORT void CFontz633_set_contrast (Driver *drvthis, int contrast);
MODULE_EXPORT void CFontz633_backlight (Driver *drvthis, int on);
#endif
#endif /* CFONTZ633_H */