pspsdk-1.0+beta2
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 
16 {
17  PSP_BOOT_FLASH = 0, /* ? */
18  PSP_BOOT_DISC = 0x20,
19  PSP_BOOT_MS = 0x40,
20 };
21 
23 {
31  PSP_INIT_APITYPE_VSH1 = 0x210, /* ExitGame */
32  PSP_INIT_APITYPE_VSH2 = 0x220, /* ExitVSH */
33 };
34 
36 {
40 };
41 
48 
54 char *sceKernelInitFileName();
55 
62 int sceKernelBootFrom();
63 
70 
71 #define sceKernelInitKeyConfig InitForKernel_7233B5BC
72 
73 #endif
74