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
12
extern
"C"
{
13
#endif
14
21
int
ksceIdStorageReadLeaf
(
SceSize
leafnum,
void
*buf);
22
31
int
ksceIdStorageWriteLeaf
(
SceSize
leafnum,
const
void
*buf);
32
33
#ifdef __cplusplus
34
}
35
#endif
36
37
#endif
/* _PSP2KERN_IDSTORAGE_H_ */
ksceIdStorageWriteLeaf
int ksceIdStorageWriteLeaf(SceSize leafnum, const void *buf)
ksceIdStorageReadLeaf
int ksceIdStorageReadLeaf(SceSize leafnum, void *buf)
SceSize
unsigned int SceSize
Definition:
types.h:56
types.h
include
psp2kern
idstorage.h
Vita SDK