pspsdk-1.0+beta2
pspkerror.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  * pspkerror.h - Definitions for the kernel error codes
7  *
8  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
9  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
10  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
11  *
12  * $Id: pspkerror.h 1095 2005-09-27 21:02:16Z jim $
13  */
14 #ifndef PSPKERROR_H
15 #define PSPKERROR_H
16 
17 /* Note: The error code enumerations in this file were extrapolated from
18  symbolic debugging information found in the Japanese version of Puzzle Bobble. */
19 
21 {
23  SCE_KERNEL_ERROR_ERROR = 0x80020001,
24  SCE_KERNEL_ERROR_NOTIMP = 0x80020002,
35  SCE_KERNEL_ERROR_CPUDI = 0x80020066,
76  SCE_KERNEL_ERROR_NOCHUNK = 0x800200df,
78  SCE_KERNEL_ERROR_LINKERR = 0x8002012c,
81  SCE_KERNEL_ERROR_NOFILE = 0x8002012f,
82  SCE_KERNEL_ERROR_FILEERR = 0x80020130,
199  SCE_KERNEL_ERROR_MFILE = 0x80020320,
200  SCE_KERNEL_ERROR_NODEV = 0x80020321,
201  SCE_KERNEL_ERROR_XDEV = 0x80020322,
202  SCE_KERNEL_ERROR_BADF = 0x80020323,
203  SCE_KERNEL_ERROR_INVAL = 0x80020324,
204  SCE_KERNEL_ERROR_UNSUP = 0x80020325,
210  SCE_KERNEL_ERROR_REGDEV = 0x8002032b,
211  SCE_KERNEL_ERROR_NOCWD = 0x8002032c,
213  SCE_KERNEL_ERROR_NXIO = 0x800203e8,
214  SCE_KERNEL_ERROR_IO = 0x800203e9,
215  SCE_KERNEL_ERROR_NOMEM = 0x800203ea,
219 };
220 
221 #endif /* PSPKERROR_H */