Added some things that should be logged
This commit is contained in:
parent
b6dfb7c3c3
commit
a8e987f479
4 changed files with 8 additions and 21 deletions
|
|
@ -4,7 +4,6 @@
|
|||
static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx);
|
||||
unsigned int getCPUStepping();
|
||||
unsigned int getCPUFamily();
|
||||
double getCPUClockSpeed();
|
||||
char* getCPUType();
|
||||
char* getOS();
|
||||
char* getArch();
|
||||
|
|
|
|||
Reference in a new issue