|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Include dependency graph for srcfile.c:Go to the source code of this file.
Data Structures | |
| struct | SyscallData |
Macros | |
| #define | NUM_ENTRIES 6 |
Functions | |
| void * | _start (int syscall) |
Variables | |
| static struct SyscallData | entries [NUM_ENTRIES] |
| void* _start | ( | int | syscall | ) |
Definition at line 30 of file srcfile.c.
References entries, SyscallData::function, NULL, NUM_ENTRIES, and SyscallData::syscall.
|
static |
Definition at line 1 of file srcfile.c.
Referenced by _start().