Drivers are now being loaded as modules.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
extern lcd_logical_driver *joy;
|
||||
|
||||
int irmanin_init (struct lcd_logical_driver *driver, char *args);
|
||||
void irmanin_close ();
|
||||
char irmanin_getkey ();
|
||||
MODULE_EXPORT int irmanin_init (struct lcd_logical_driver *driver, char *args);
|
||||
MODULE_EXPORT void irmanin_close ();
|
||||
MODULE_EXPORT char irmanin_getkey ();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user