mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v0.99][X86] Add --full-cpu-name option
This commit is contained in:
@@ -147,7 +147,7 @@ struct cpuInfo {
|
||||
};
|
||||
|
||||
#if defined(ARCH_X86) || defined(ARCH_PPC)
|
||||
char* get_str_cpu_name(struct cpuInfo* cpu);
|
||||
char* get_str_cpu_name(struct cpuInfo* cpu, bool fcpuname);
|
||||
char* get_str_sockets(struct topology* topo);
|
||||
uint32_t get_nsockets(struct topology* topo);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user