mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 11:58:12 +00:00
[all] refactor cpuInfo function names
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
bool lgCPUInfo(char * model, size_t modelSize, int * procs, int * cores,
|
||||
bool cpuInfo_get(char * model, size_t modelSize, int * procs, int * cores,
|
||||
int * sockets);
|
||||
void lgDebugCPU(void);
|
||||
|
||||
void cpuInfo_log(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user