PSPSDK 2024-10-31
Loading...
Searching...
No Matches
pspuser.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
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 */
13
14#ifndef PSPUSER_H
15#define PSPUSER_H
16
17#include <psptypes.h>
18#include <pspkerneltypes.h>
19#include <pspiofilemgr.h>
20#include <psploadexec.h>
21#include <pspmoduleinfo.h>
22#include <pspmodulemgr.h>
23#include <pspsysmem.h>
24#include <pspthreadman.h>
25#include <psputils.h>
26#include <pspkerror.h>
27#include <pspstdio.h>
28#include <pspintrman.h>
29
30#endif /* PSPUSER_H */