summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 394a4dbbfd..64ced00bfa 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -919,6 +919,7 @@ struct plugin_api {
919#ifdef PLUGIN_USE_IRAM 919#ifdef PLUGIN_USE_IRAM
920 void (*audio_hard_stop)(void); 920 void (*audio_hard_stop)(void);
921#endif 921#endif
922 uint32_t (*crc_32r)(const void *src, uint32_t len, uint32_t crc32);
922 923
923 /* new stuff at the end, sort into place next time 924 /* new stuff at the end, sort into place next time
924 the API gets incompatible */ 925 the API gets incompatible */