Drivers are now being loaded as modules.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#define DEFAULT_SIZE "20x4"
|
||||
|
||||
|
||||
int CFontz_init (Driver * drvthis, char *device);
|
||||
MODULE_EXPORT int CFontz_init (Driver * drvthis, char *device);
|
||||
MODULE_EXPORT void CFontz_close (Driver * drvthis);
|
||||
MODULE_EXPORT int CFontz_width (Driver * drvthis);
|
||||
MODULE_EXPORT int CFontz_height (Driver * drvthis);
|
||||
@@ -34,7 +34,4 @@ MODULE_EXPORT int CFontz_get_contrast (Driver * drvthis);
|
||||
MODULE_EXPORT void CFontz_set_contrast (Driver * drvthis, int contrast);
|
||||
MODULE_EXPORT void CFontz_backlight (Driver * drvthis, int on);
|
||||
|
||||
MODULE_EXPORT void CFontz_init_vbar (Driver * drvthis);
|
||||
MODULE_EXPORT void CFontz_init_hbar (Driver * drvthis);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user