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