pspsdk-1.0+beta2
pspkerneltypes.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  * pspkerneltypes.h - PSP kernel types and definitions.
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: pspkerneltypes.h 1884 2006-04-30 08:55:54Z chip $
13  */
14 
15 /* Note: Some of the structures, types, and definitions in this file were
16  extrapolated from symbolic debugging information found in the Japanese
17  version of Puzzle Bobble. */
18 
19 #ifndef PSPKERNELTYPES_H
20 #define PSPKERNELTYPES_H
21 
22 #include <psptypes.h>
23 
25 typedef int SceUID;
26 
27 /* Misc. kernel types. */
28 typedef unsigned int SceSize;
29 typedef int SceSSize;
30 
31 typedef unsigned char SceUChar;
32 typedef unsigned int SceUInt;
33 
34 /* File I/O types. */
35 typedef int SceMode;
36 typedef SceInt64 SceOff;
38 
39 #endif /* PSPKERNELTYPES_H */