pspsdk-1.0+beta2
pspuser.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  * pspuser.h - Main include file for the user interface to the PSP kernel.
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: pspuser.h 1207 2005-10-23 05:50:29Z mrbrown $
13  */
14 
15 #ifndef PSPUSER_H
16 #define PSPUSER_H
17 
18 #include <psptypes.h>
19 #include <pspkerneltypes.h>
20 #include <pspiofilemgr.h>
21 #include <psploadexec.h>
22 #include <pspmoduleinfo.h>
23 #include <pspmodulemgr.h>
24 #include <pspsysmem.h>
25 #include <pspthreadman.h>
26 #include <psputils.h>
27 #include <pspkerror.h>
28 #include <pspstdio.h>
29 #include <pspintrman.h>
30 
31 #endif /* PSPUSER_H */