cosmetic changes to a few drivers: keep functions not in the 0.5 API private

This commit is contained in:
marschap
2005-07-25 17:05:39 +00:00
parent d0b137d5a5
commit 3e1ed65a12
6 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ MODULE_EXPORT void MtxOrb_set_contrast (Driver *drvthis, int promille);
MODULE_EXPORT void MtxOrb_backlight (Driver *drvthis, int on);
MODULE_EXPORT void MtxOrb_output (Driver *drvthis, int on);
MODULE_EXPORT char MtxOrb_getkey (Driver *drvthis);
MODULE_EXPORT char * MtxOrb_get_key (Driver *drvthis);
MODULE_EXPORT char * MtxOrb_get_info (Driver *drvthis);
MODULE_EXPORT void MtxOrb_num (Driver *drvthis, int x, int num);