libnx/nx/include/switch/services/fan.h
HookedBehemoth 168a9fc464 add fan
2020-02-21 13:40:18 +01:00

11 lines
289 B
C

#pragma once
#include "../types.h"
#include "../sf/service.h"
Result fanInitialize(void);
void fanExit(void);
Service* fanGetServiceSession(void);
Service* fanGetServiceSession_Controller(void);
Result fanSetRotationSpeedLevel(float level);
Result fanGetRotationSpeedLevel(float *level);