exo: receive saved lcd vendor from bl

This commit is contained in:
Michael Scire
2020-11-18 13:42:32 -08:00
committed by SciresM
parent a843cc0ee7
commit 69f9fb8713
5 changed files with 35 additions and 13 deletions

View File

@@ -112,6 +112,10 @@ namespace ams::secmon {
return GetSecmonConfiguration().GetHardwareState();
}
ALWAYS_INLINE u16 GetLcdVendor() {
return GetSecmonConfiguration().GetLcdVendor();
}
ALWAYS_INLINE bool IsProduction() {
return GetSecmonConfiguration().IsProduction();
}