ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <tamtypes.h>
#include <errno.h>
#include <kernel.h>
#include <sifrpc.h>
#include <loadfile.h>
#include <stdio.h>
#include "libpwroff.h"
Go to the source code of this file.
Functions | |
static void | poweroffCallback (void *arg) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 38 of file poweroff.c.
References ENOENT, NULL, poweroffCallback(), poweroffInit(), poweroffSetCallback(), result, SifExitRpc(), SifInitRpc(), SifLoadFileInit(), SifLoadModule(), and SleepThread().
|
static |