UefiCpuPkg/MtrrLib: Add CacheInvalid enum type to MtrrLib.h

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
Ruiyu Ni 2016-08-23 10:38:02 +08:00
parent 341fea6438
commit 78c4992529
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@ typedef enum {
CacheWriteCombining = 1,
CacheWriteThrough = 4,
CacheWriteProtected = 5,
CacheWriteBack = 6
CacheWriteBack = 6,
CacheInvalid = 7
} MTRR_MEMORY_CACHE_TYPE;
#define MTRR_CACHE_UNCACHEABLE 0