fuse: remove fuse counting, bit count will be used instead

This commit is contained in:
CTCaer
2021-06-08 05:53:31 +03:00
parent 8058d550ab
commit ce6926c36c
2 changed files with 0 additions and 13 deletions

View File

@@ -97,7 +97,6 @@ u32 fuse_read_odm_keygen_rev();
u32 fuse_read_dramid(bool raw_id);
u32 fuse_read_hw_state();
u32 fuse_read_hw_type();
u8 fuse_count_burnt(u32 val);
void fuse_wait_idle();
int fuse_read_ipatch(void (*ipatch)(u32 offset, u32 value));
int fuse_read_evp_thunk(u32 *iram_evp_thunks, u32 *iram_evp_thunks_len);