mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-31 15:08:38 +01:00
11 lines
289 B
C
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); |