diff options
author | Sunguk Lee | 2017-06-21 01:08:34 +0900 |
---|---|---|
committer | Sunguk Lee | 2017-06-21 01:48:13 +0900 |
commit | 996762f2c74a492cfe873e3dc6e3bf902297e8bc (patch) | |
tree | 163550a893b2b946936d58abb6eef64bfa0e458d /include/user/power.h | |
parent | Added new NIDs (diff) | |
download | vds-libraries-996762f2c74a492cfe873e3dc6e3bf902297e8bc.tar.gz |
Manually revert #179 changes
- revert bit size of the structs;
this change have issue for build vita2d
- revert ErrorCode of SceMsgDialogErrorCodeParam;
I don't know reason of why change to TitleCase
- remove some whitespaces
- add some spaces
Diffstat (limited to 'include/user/power.h')
-rw-r--r-- | include/user/power.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/power.h b/include/user/power.h index 8a6cadd..55a5543 100644 --- a/include/user/power.h +++ b/include/user/power.h @@ -15,7 +15,7 @@ typedef enum ScePowerCallbackType { SCE_POWER_CB_RESUMING = 0x00020000, /** indicates the unit has finish resuming from suspend mode */ SCE_POWER_CB_RESUME_COMPLETE = 0x00040000 -}ScePowerCallbackType; +} ScePowerCallbackType; /* Callbacks */ @@ -140,7 +140,7 @@ int scePowerGetBatteryCycleCount(void); * * @return CPU clock frequency in Mhz */ -int scePowerGetArmClockFrequency(void); +int scePowerGetArmClockFrequency(void); /** * Returns BUS clock frequency |