00001 /* 00002 * PSP Software Development Kit - http://www.pspdev.org 00003 * ----------------------------------------------------------------------- 00004 * Licensed under the BSD license, see LICENSE in PSPSDK root for details. 00005 * 00006 * pspuser.h - Main include file for the user interface to the PSP kernel. 00007 * 00008 * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org> 00009 * Copyright (c) 2005 James Forshaw <tyranid@gmail.com> 00010 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca> 00011 * 00012 * $Id: pspuser.h 1207 2005-10-23 05:50:29Z mrbrown $ 00013 */ 00014 00015 #ifndef PSPUSER_H 00016 #define PSPUSER_H 00017 00018 #include <psptypes.h> 00019 #include <pspkerneltypes.h> 00020 #include <pspiofilemgr.h> 00021 #include <psploadexec.h> 00022 #include <pspmoduleinfo.h> 00023 #include <pspmodulemgr.h> 00024 #include <pspsysmem.h> 00025 #include <pspthreadman.h> 00026 #include <psputils.h> 00027 #include <pspkerror.h> 00028 #include <pspstdio.h> 00029 #include <pspintrman.h> 00030 00031 #endif /* PSPUSER_H */