PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
irx_imports.h
1/*
2 * irx_imports.h - Defines all IRX imports.
3 *
4 * Copyright (c) 2009 PS2DEV.org
5 *
6 * See the file LICENSE included with this distribution for licensing terms.
7 */
8
9#ifndef IOP_IRX_IMPORTS_H
10#define IOP_IRX_IMPORTS_H
11
12#include "irx.h"
13
14/* Please keep these in alphabetical order! */
15#include "cdvdman.h"
16#include "loadcore.h"
17#include "sifman.h"
18#include "sifcmd.h"
19#include "stdio.h"
20#include "sysmem.h"
21#include "sysclib.h"
22#include "thbase.h"
23#include "ioman.h"
24#include "modload.h"
25#include "intrman.h"
26#include "excepman.h"
27
28#endif /* IOP_IRX_IMPORTS_H */
29