pspsdk-1.0+beta2
Main Page
Modules
Data Structures
Files
File List
Globals
pspinit.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
* pspinit.h - Interface to InitForKernel.
7
*
8
* Copyright (c) 2007 moonlight
9
*
10
* $Id: pspinit.h 2433 2008-10-15 10:00:27Z iwn $
11
*/
12
#ifndef __PSPINIT_H__
13
#define __PSPINIT_H__
14
15
enum
PSPBootFrom
16
{
17
PSP_BOOT_FLASH
= 0,
/* ? */
18
PSP_BOOT_DISC
= 0x20,
19
PSP_BOOT_MS
= 0x40,
20
};
21
22
enum
PSPInitApitype
23
{
24
PSP_INIT_APITYPE_DISC
= 0x120,
25
PSP_INIT_APITYPE_DISC_UPDATER
= 0x121,
26
PSP_INIT_APITYPE_MS1
= 0x140,
27
PSP_INIT_APITYPE_MS2
= 0x141,
28
PSP_INIT_APITYPE_MS3
= 0x142,
29
PSP_INIT_APITYPE_MS4
= 0x143,
30
PSP_INIT_APITYPE_MS5
= 0x144,
31
PSP_INIT_APITYPE_VSH1
= 0x210,
/* ExitGame */
32
PSP_INIT_APITYPE_VSH2
= 0x220,
/* ExitVSH */
33
};
34
35
enum
PSPKeyConfig
36
{
37
PSP_INIT_KEYCONFIG_VSH
= 0x100,
38
PSP_INIT_KEYCONFIG_GAME
= 0x200,
39
PSP_INIT_KEYCONFIG_POPS
= 0x300,
40
};
41
47
int
sceKernelInitApitype
();
48
54
char
*
sceKernelInitFileName
();
55
62
int
sceKernelBootFrom
();
63
69
int
InitForKernel_7233B5BC
();
70
71
#define sceKernelInitKeyConfig InitForKernel_7233B5BC
72
73
#endif
74
src
kernel
pspinit.h
Generated on Sat Apr 9 2016 07:00:25 for pspsdk-1.0+beta2 by
1.8.1.2