pspsdk-1.0+beta2
Main Page
Modules
Data Structures
Files
File List
Globals
pspsdk-1.0+beta2
Modules
Data Structures
Files
File List
src
asfparser
atrac3
audio
base
ctrl
debug
display
fpu
ge
gu
gum
hprm
kernel
pspaudiorouting.h
pspexception.h
pspidstorage.h
pspimpose_driver.h
pspinit.h
pspintrman_kernel.h
pspiofilemgr_kernel.h
pspkdebug.h
pspkernel.h
psploadcore.h
psploadexec_kernel.h
pspmodulemgr_kernel.h
pspstdio_kernel.h
pspsysclib.h
pspsyscon.h
pspsysevent.h
pspsysmem_kernel.h
pspsysreg.h
pspsystimer.h
pspthreadman_kernel.h
psputilsforkernel.h
libc
mp3
mpeg
nand
net
openpsid
power
prof
registry
rtc
sdk
sircs
startup
umd
usb
usbstor
user
utility
vfpu
video
vsh
wlan
tools
Globals
psputilsforkernel.h
Go to the documentation of this file.
1
/*
2
* PSP Software Development Kit - http://www.pspdev.org
3
* -----------------------------------------------------------------------
4
* Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5
*
6
* psputilsforkernel.h - Include file for UtilsForKernel
7
*
8
* Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
9
* Copyright (c) 2005 adresd
10
*
11
* $Id: psputilsforkernel.h 2339 2007-12-06 19:41:18Z raphael $
12
*/
13
14
#ifndef __PSPUTILSFORKERNEL_H__
15
#define __PSPUTILSFORKERNEL_H__
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
30
int
sceKernelGzipDecompress
(
u8
*dest,
u32
destSize,
const
u8
*src,
u32
unknown);
31
41
int
sceKernelDeflateDecompress
(
u8
*dest,
u32
destSize,
const
u8
*src,
u32
unknown);
42
46
void
sceKernelDcacheInvalidateAll
(
void
);
47
54
int
sceKernelDcacheProbe
(
void
*addr);
55
59
void
sceKernelIcacheInvalidateAll
(
void
);
60
66
void
sceKernelIcacheInvalidateRange
(
const
void
*addr,
unsigned
int
size
);
67
74
int
sceKernelIcacheProbe
(
const
void
*addr);
75
76
#ifdef __cplusplus
77
}
78
#endif
79
80
#endif
src
kernel
psputilsforkernel.h
Generated on Sat Apr 9 2016 07:00:25 for pspsdk-1.0+beta2 by
1.8.1.2