Drivers are now being loaded as modules.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "lcd.h"
|
||||
|
||||
int sli_init (Driver *drvthis, char *args);
|
||||
MODULE_EXPORT int sli_init (Driver *drvthis, char *args);
|
||||
MODULE_EXPORT void sli_close (Driver *drvthis);
|
||||
MODULE_EXPORT int sli_width (Driver *drvthis);
|
||||
MODULE_EXPORT int sli_height (Driver *drvthis);
|
||||
|
||||
Reference in New Issue
Block a user