diff options
Diffstat (limited to 'include/kernel')
-rw-r--r-- | include/kernel/clockgen.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/kernel/clockgen.h b/include/kernel/clockgen.h index fbc14c9..83d831f 100644 --- a/include/kernel/clockgen.h +++ b/include/kernel/clockgen.h @@ -12,6 +12,8 @@ extern "C" { #endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ +int sceClockgenGetRevision(void); + // idx < 3 int sceClockgenGetRegValue(uint32_t idx); @@ -23,6 +25,20 @@ int sceClockgenSetSpectrumSpreading(int mode); // changes behaviour of sceClockgenInit(), default true int sceClockgenSetProtocol(bool protocol); +int sceClockgenInit(void); + +int sceClockgenAudioClkEnable(void); + +int sceClockgenAudioClkDisable(void); + +int sceClockgenCameraClkEnable(void); + +int sceClockgenCameraClkDisable(void); + +int sceClockgenWlanBtClkEnable(void); + +int sceClockgenWlanBtClkDisable(void); + #if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) } #endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ |