vitasdk
Documentation of the vitasdk
idstorage.h
Go to the documentation of this file.
1
6#ifndef _PSP2KERN_IDSTORAGE_H_
7#define _PSP2KERN_IDSTORAGE_H_
8
9#include <psp2kern/types.h>
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
21int ksceIdStorageReadLeaf(SceSize leafnum, void *buf);
22
31int ksceIdStorageWriteLeaf(SceSize leafnum, const void *buf);
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* _PSP2KERN_IDSTORAGE_H_ */
int ksceIdStorageWriteLeaf(SceSize leafnum, const void *buf)
int ksceIdStorageReadLeaf(SceSize leafnum, void *buf)
unsigned int SceSize
Definition types.h:56