summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 461c0d816a..609f4cc65b 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -105,7 +105,7 @@
105#define PLUGIN_MAGIC 0x526F634B /* RocK */ 105#define PLUGIN_MAGIC 0x526F634B /* RocK */
106 106
107/* increase this every time the api struct changes */ 107/* increase this every time the api struct changes */
108#define PLUGIN_API_VERSION 32 108#define PLUGIN_API_VERSION 33
109 109
110/* update this to latest version if a change to the api struct breaks 110/* update this to latest version if a change to the api struct breaks
111 backwards compatibility (and please take the opportunity to sort in any 111 backwards compatibility (and please take the opportunity to sort in any
@@ -552,6 +552,7 @@ struct plugin_api {
552 int (*wheel_status)(void); 552 int (*wheel_status)(void);
553 void (*wheel_send_events)(bool send); 553 void (*wheel_send_events)(bool send);
554#endif 554#endif
555 void (*ata_spindown)(int seconds);
555}; 556};
556 557
557/* plugin header */ 558/* plugin header */