mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 03:48:09 +00:00
[common] cpuinfo: add sockets to interface
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
bool lgCPUInfo(char * model, size_t modelSize, int * procs, int * cores);
|
||||
bool lgCPUInfo(char * model, size_t modelSize, int * procs, int * cores,
|
||||
int * sockets);
|
||||
void lgDebugCPU(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user