Add Checking for MTRR existence.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10223 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -314,4 +314,16 @@ VOID
|
||||
MtrrDebugPrintAllMtrrs (
|
||||
);
|
||||
|
||||
/**
|
||||
Checks if MTRR is supported.
|
||||
|
||||
@retval TRUE MTRR is supported.
|
||||
@retval FALSE MTRR is not supported.
|
||||
|
||||
**/
|
||||
BOOLEAN
|
||||
IsMtrrSupported (
|
||||
VOID
|
||||
);
|
||||
|
||||
#endif // _MTRR_LIB_H_
|
||||
|
Reference in New Issue
Block a user