PS2SDK
PS2 Homebrew Libraries
|
#include "types.h"
#include "stdio.h"
#include "sysclib.h"
#include "thbase.h"
#include "intrman.h"
#include "sysmem.h"
#include "sifman.h"
#include "sifcmd.h"
Go to the source code of this file.
Macros | |
#define | NPM_PUTS 0x01 |
#define | RPC_NPM_USER 0x014d704e |
Functions | |
static void * | naplinkRpcHandler (int cmd, void *buffer, int size) |
static SifRpcServerData_t server | __attribute ((aligned(16))) |
static unsigned char rpc_buffer[512] | __attribute__ ((__aligned__(4))) |
static void | napThread (void *arg) |
int | naplinkRpcInit (void) |
IOP naplink RPC server v1.0 This installs a naplink compatible RPC handler, to service the nprintf functions given via naplink for printing from ee.
Definition in file nprintf.c.