mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-31 12:47:32 +00:00
32 lines
875 B
C
32 lines
875 B
C
/*
|
|
* PSP Software Development Kit - http://www.pspdev.org
|
|
* -----------------------------------------------------------------------
|
|
* Licensed under the BSD license, see LICENSE in PSPSDK root for details.
|
|
*
|
|
* pspuser.h - Main include file for the user interface to the PSP kernel.
|
|
*
|
|
* Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
|
|
* Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
|
|
* Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
|
|
*
|
|
* $Id: pspuser.h 1207 2005-10-23 05:50:29Z mrbrown $
|
|
*/
|
|
|
|
#ifndef PSPUSER_H
|
|
#define PSPUSER_H
|
|
|
|
#include <psptypes.h>
|
|
#include <pspkerneltypes.h>
|
|
#include <pspiofilemgr.h>
|
|
#include <psploadexec.h>
|
|
#include <pspmoduleinfo.h>
|
|
#include <pspmodulemgr.h>
|
|
#include <pspsysmem.h>
|
|
#include <pspthreadman.h>
|
|
#include <psputils.h>
|
|
#include <pspkerror.h>
|
|
#include <pspstdio.h>
|
|
#include <pspintrman.h>
|
|
|
|
#endif /* PSPUSER_H */
|