ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <sys_arch.h>
Data Fields | |
struct st_arch_message * | next |
void * | sys_msg |
Definition at line 12 of file sys_arch.h.
struct st_arch_message* arch_message::next |
Definition at line 14 of file sys_arch.h.
Referenced by alloc_msg(), free_msg(), RetrieveMbxInternal(), SendMbx(), sys_init(), sys_mbox_free(), and try_alloc_msg().
void* arch_message::sys_msg |
Definition at line 15 of file sys_arch.h.
Referenced by SendMbx(), and sys_arch_mbox_fetch_internal().