mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
7 lines
103 B
C
7 lines
103 B
C
#ifndef __COMMON_FREQ__
|
|
#define __COMMON_FREQ__
|
|
|
|
int64_t measure_max_frequency(uint32_t core);
|
|
|
|
#endif
|