h300: expose the firmware functions in the plugin API
Change-Id: Ieff0aa0a4134e347b2ee690d60b25fdac5958a6b
This commit is contained in:
parent
39a0d8bf86
commit
f7e0ce8fb9
2 changed files with 2 additions and 2 deletions
|
@ -782,7 +782,7 @@ static const struct plugin_api rockbox_api = {
|
|||
wheel_send_events,
|
||||
#endif
|
||||
|
||||
#ifdef IRIVER_H100_SERIES
|
||||
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
||||
/* Routines for the iriver_flash -plugin. */
|
||||
detect_original_firmware,
|
||||
detect_flashed_ramimage,
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue