9 #include "../sf/service.h"
20 Result tcEnableFanControl(
void);
23 Result tcIsFanControlEnabled(
bool *status);
Service object structure.
Definition: service.h:14
Result tcInitialize(void)
Initialize tc.
void tcExit(void)
Exit tc.
Result tcDisableFanControl(void)
Result tcGetSkinTemperatureMilliC(s32 *skinTemp)
Only available on [5.0.0+].
Service * tcGetServiceSession(void)
Gets the Service for tc.
u32 Result
Function error code result type.
Definition: types.h:44
int32_t s32
32-bit signed integer.
Definition: types.h:27