PS2SDK
PS2 Homebrew Libraries
|
#include <types.h>
Go to the source code of this file.
Macros | |
#define | NULL ((void *)0) |
#define | ALIGN(x, align) |
#define | PHYSADDR(a) |
#define | KSEG1 0xa0000000 |
#define | KSEG1ADDR(a) |
#define | USE_GP_REGISTER 1 |
#define | SetModuleGP() |
Functions | |
static __inline__ void | SetGP (void *gp) |
static __inline__ void * | GetGP (void) |
static __inline__ void * | ChangeGP (void *gp) |
static void * | iop_memcpy (void *dest, const void *src, int size) |
Variables | |
void * | _gp |
IOPkit standard definitions.
Definition in file defs.h.
#define ALIGN | ( | x, | |
align ) |
#define KSEG1ADDR | ( | a | ) |