xref: /aosp_15_r20/external/lzma/CPP/Windows/SystemInfo.h (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1*f6dc9357SAndroid Build Coastguard Worker // Windows/SystemInfo.h
2*f6dc9357SAndroid Build Coastguard Worker 
3*f6dc9357SAndroid Build Coastguard Worker #ifndef ZIP7_INC_WINDOWS_SYSTEM_INFO_H
4*f6dc9357SAndroid Build Coastguard Worker #define ZIP7_INC_WINDOWS_SYSTEM_INFO_H
5*f6dc9357SAndroid Build Coastguard Worker 
6*f6dc9357SAndroid Build Coastguard Worker #include "../Common/MyString.h"
7*f6dc9357SAndroid Build Coastguard Worker 
8*f6dc9357SAndroid Build Coastguard Worker 
9*f6dc9357SAndroid Build Coastguard Worker void GetCpuName_MultiLine(AString &s, AString &registers);
10*f6dc9357SAndroid Build Coastguard Worker 
11*f6dc9357SAndroid Build Coastguard Worker void GetOsInfoText(AString &sRes);
12*f6dc9357SAndroid Build Coastguard Worker void GetSystemInfoText(AString &s);
13*f6dc9357SAndroid Build Coastguard Worker void PrintSize_KMGT_Or_Hex(AString &s, UInt64 v);
14*f6dc9357SAndroid Build Coastguard Worker void Add_LargePages_String(AString &s);
15*f6dc9357SAndroid Build Coastguard Worker 
16*f6dc9357SAndroid Build Coastguard Worker void GetCompiler(AString &s);
17*f6dc9357SAndroid Build Coastguard Worker void GetVirtCpuid(AString &s);
18*f6dc9357SAndroid Build Coastguard Worker 
19*f6dc9357SAndroid Build Coastguard Worker #endif
20