From a754dd84b82c9aa92e7b94d0154e67500607a6a7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 21 Jul 2004 08:02:23 +0000 Subject: Added raw button reading functionality git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4907 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index c2243a59fb..b93d406498 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -289,6 +289,8 @@ struct plugin_api { #endif bool (*settings_parseline)(char* line, char** name, char** value); int (*strcmp)(const char *, const char *); + int (*button_status)(void); + void (*button_clear_queue)(void); }; /* defined by the plugin loader (plugin.c) */ -- cgit v1.2.3