Map methods in firmware 18.0.0

This commit is contained in:
Exverge
2024-04-07 15:54:44 -04:00
parent 77205848af
commit 641ef1b887
9 changed files with 92 additions and 15 deletions

View File

@@ -507,7 +507,11 @@ public:
{6, nullptr, "FlushSessionCache"},
{7, nullptr, "SetDebugOption"},
{8, nullptr, "GetDebugOption"},
{8, nullptr, "ClearTls12FallbackFlag"},
{9, nullptr, "ClearTls12FallbackFlag"},
{100, nullptr, "CreateContextForSystem"},
{101, nullptr, "SetThreadCoreMask"},
{102, nullptr, "GetThreadCoreMask"},
{103, nullptr, "VerifySignature"}, // 18.0.0+
};
// clang-format on