Drivers are now being loaded as modules.
This commit is contained in:
@@ -114,7 +114,7 @@ typedef unsigned char u8;
|
||||
// ****************************************************************************************
|
||||
|
||||
|
||||
int t6963_init (Driver *drvthis, char *args);
|
||||
MODULE_EXPORT int t6963_init (Driver *drvthis, char *args);
|
||||
MODULE_EXPORT void t6963_close (Driver *drvthis);
|
||||
MODULE_EXPORT int t6963_width (Driver *drvthis);
|
||||
MODULE_EXPORT int t6963_height (Driver *drvthis);
|
||||
|
||||
Reference in New Issue
Block a user