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:
Michael Kubacki 2024-07-11 20:55:30 -04:00 committed by mergify[bot]
parent f122c6f639
commit 72d6e247b7

View File

@ -18,6 +18,8 @@
#pragma pack (1)
#define STM_SMM_REV_ID 0x80010100
/**
STM Header Structures
**/