mirror of
https://github.com/Decscots/Lockpick_RCM.git
synced 2025-06-21 18:37:18 +02:00
nx_emmc_bis: Implement bis write
This commit is contained in:
parent
acc11300e5
commit
25aa483bd5
3 changed files with 127 additions and 19 deletions
|
@ -225,8 +225,10 @@ typedef struct _nx_emmc_cal0_t
|
|||
} __attribute__((packed)) nx_emmc_cal0_t;
|
||||
|
||||
int nx_emmc_bis_read(u32 sector, u32 count, void *buff);
|
||||
int nx_emmc_bis_write(u32 sector, u32 count, void *buff);
|
||||
void nx_emmc_bis_cluster_cache_init();
|
||||
void nx_emmc_bis_init(emmc_part_t *part);
|
||||
void nx_emmc_bis_finalize();
|
||||
void nx_emmc_bis_cache_lock(bool lock);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue