00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef PSPSYSCON_H
00014 #define PSPSYSCON_H
00015
00016 #include <pspkerneltypes.h>
00017
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024
00027
00031 void sceSysconPowerStandby(void);
00032
00039 void sceSysconResetDevice(int unk1, int unk2);
00040
00041 #define SCE_LED_POWER 1
00042 #define LED_ON 1
00043 #define LED_OFF 0
00044
00050 int sceSysconCtrlLED(int SceLED, int state);
00051
00059 int sceSysconCtrlHRPower(int power);
00060
00063 #ifdef __cplusplus
00064 }
00065 #endif
00066
00067 #endif