SayoriOS  0.3.3
cputemp.h
1 //
2 // Created by ndraey on 02.10.23.
3 //
4 
5 #pragma once
6 
7 #include "common.h"
8 
9 bool is_temperature_module_present();
10 
11 void cputemp_calibrate();
12 
18 size_t get_cpu_temperature();
Основные определения ядра