exo: add config item for rcm patch detection (note TODO)

This commit is contained in:
Michael Scire
2019-04-01 13:10:45 -07:00
parent fd4d6a4e55
commit 4d76f4d79c
4 changed files with 14 additions and 0 deletions

View File

@@ -215,4 +215,6 @@ uint32_t fuse_get_hardware_type(void);
uint32_t fuse_get_retail_type(void);
void fuse_get_hardware_info(void *dst);
bool fuse_has_rcm_bug_patch(void);
#endif