mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
MdePkg/StmApi.h: Add SMM_REV_ID definition for STM header
The `SMM_REV_ID` is defined in the STM specification: https://www.intel.com/content/www/us/en/content-details/671521/smi-transfer-monitor-stm-developer-or-user-guide.html?wapkw=stm, section 10.1.1. This adds it into the `StmApi.h` for potential STM usage. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
parent
f122c6f639
commit
72d6e247b7
@ -18,6 +18,8 @@
|
||||
|
||||
#pragma pack (1)
|
||||
|
||||
#define STM_SMM_REV_ID 0x80010100
|
||||
|
||||
/**
|
||||
STM Header Structures
|
||||
**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user