Add cmdline_remove_bootimg_part hook

This commit is contained in:
Vojtech Bocek
2015-03-04 01:03:44 +01:00
parent 8287ec2306
commit f8b29eebe7
2 changed files with 15 additions and 5 deletions

View File

@@ -36,6 +36,10 @@ void tramp_hook_before_device_init(void);
int mrom_hook_allow_incomplete_fstab(void);
#endif
#if MR_DEVICE_HOOKS >= 5
int mrom_hook_cmdline_remove_bootimg_part(char *bootimg_cmdline, size_t bootimg_cmdline_cap, char *complete_cmdline, size_t complete_cmdline_cap);
#endif
#endif /* MR_DEVICE_HOOKS */
#endif /* MR_DEVICE_HOOKS_H */