mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
add missing functions
This commit is contained in:
@@ -33,6 +33,8 @@ int sceNandReadId(void *buf, SceSize size);
|
||||
|
||||
int sceNandReadPages(u32 ppn, void *buf, void *buf2, u32 count);
|
||||
|
||||
int sceNandReadPagesRawAll(u32 ppn, void* buf, void* spare, u32 count);
|
||||
|
||||
/*
|
||||
// sceNandWritePages
|
||||
// sceNandReadAccess
|
||||
@@ -52,16 +54,18 @@ int sceNandGetTotalBlocks(void);
|
||||
|
||||
/*
|
||||
// sceNandWriteBlock
|
||||
// sceNandWriteBlockWithVerify
|
||||
*/
|
||||
|
||||
int sceNandWriteBlockWithVerify(u32 ppn, void *buf, void *spare);
|
||||
|
||||
int sceNandReadBlockWithRetry(u32 ppn, void *buf, void *buf2);
|
||||
|
||||
/*
|
||||
// sceNandVerifyBlockWithRetry
|
||||
// sceNandEraseBlockWithRetry
|
||||
*/
|
||||
|
||||
int sceNandEraseBlockWithRetry(u32 ppn);
|
||||
|
||||
int sceNandIsBadBlock(u32 ppn);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user