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