PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
common.c File Reference
#include <kernel.h>
#include <sifrpc.h>
#include "slib.h"
#include "smod.h"
#include "common.h"
+ Include dependency graph for common.c:

Go to the source code of this file.

Functions

struct smem_buf smem_buf ALIGNED (64)
 
int __memcmp (const void *s1, const void *s2, unsigned int length)
 
int smem_write_word (void *address, u32 value)
 

Detailed Description

Internal, common functions and resources.

Definition in file common.c.

Function Documentation

◆ __memcmp()

int __memcmp ( const void *  s1,
const void *  s2,
unsigned int  length 
)

Definition at line 27 of file common.c.

◆ smem_write_word()

int smem_write_word ( void *  address,
u32  value 
)

Definition at line 40 of file common.c.