From c67c0adce99345cbab760be179ec9d8be7c8b77a Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Thu, 11 Mar 2021 15:32:16 -0500 Subject: Add prototypes in clockgen.h --- include/kernel/clockgen.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'include') 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) */ -- cgit v1.2.3