1999-12-09 23:15:14 +00:00
|
|
|
#ifndef LCD_JOY_H
|
|
|
|
|
#define LCD_JOY_H
|
|
|
|
|
|
2001-12-30 00:15:25 +00:00
|
|
|
#include "lcd.h"
|
1999-12-09 23:15:14 +00:00
|
|
|
|
2002-02-21 22:50:12 +00:00
|
|
|
MODULE_EXPORT int joy_init (Driver *drvthis, char *args);
|
2001-12-30 00:15:25 +00:00
|
|
|
MODULE_EXPORT void joy_close (Driver *drvthis);
|
|
|
|
|
|
|
|
|
|
MODULE_EXPORT char joy_getkey (Driver *drvthis);
|
1999-12-09 23:15:14 +00:00
|
|
|
|
|
|
|
|
#endif
|