diff options
author | James Buren <braewoods+rb@braewoods.net> | 2020-10-25 23:34:45 +0000 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-26 01:07:14 +0000 |
commit | f7e0ce8fb96d9e8d8428925abac7d9a6ceb3d83a (patch) | |
tree | b00065311c19229fb39185175325cf20c383a32e /apps/plugin.h | |
parent | 39a0d8bf86da56b9725682c25aa9fd76e91badad (diff) |
h300: expose the firmware functions in the plugin API
Change-Id: Ieff0aa0a4134e347b2ee690d60b25fdac5958a6b
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 38d0ee0fff..12b7e68447 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -908,7 +908,7 @@ struct plugin_api { void (*wheel_send_events)(bool send); #endif -#ifdef IRIVER_H100_SERIES +#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) /* Routines for the iriver_flash -plugin. */ bool (*detect_original_firmware)(void); bool (*detect_flashed_ramimage)(void); |