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
|
|
|
|
2005-07-02 13:38:51 +00:00
|
|
|
MODULE_EXPORT int joy_init (Driver *drvthis);
|
2001-12-30 00:15:25 +00:00
|
|
|
MODULE_EXPORT void joy_close (Driver *drvthis);
|
|
|
|
|
|
2006-04-09 11:05:52 +00:00
|
|
|
MODULE_EXPORT const char *joy_get_key (Driver *drvthis);
|
1999-12-09 23:15:14 +00:00
|
|
|
|
|
|
|
|
#endif
|