hos: add 19.0.0 support

This commit is contained in:
CTCaer
2024-10-11 13:04:16 +03:00
parent 84f3f7d92a
commit 81fb318f6b
10 changed files with 51 additions and 10 deletions

View File

@@ -45,7 +45,8 @@ enum {
HOS_KB_VERSION_1600 = 15,
HOS_KB_VERSION_1700 = 16,
HOS_KB_VERSION_1800 = 17,
HOS_KB_VERSION_MAX = HOS_KB_VERSION_1800
HOS_KB_VERSION_1900 = 18,
HOS_KB_VERSION_MAX = HOS_KB_VERSION_1900
};
#define HOS_TSEC_VERSION 4 //! TODO: Update on TSEC Root Key changes.