diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-25 07:35:47 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-25 07:35:47 +0000 |
commit | a197b1ad17703a117e5b67c50c311325a2b3bdcb (patch) | |
tree | d4424a9374d37770e31862cd314777d869ce2ec3 /EdkModulePkg/Include | |
parent | 6d8dc2cd9b95336863c90f583b486d89fe318536 (diff) | |
download | edk2-platforms-a197b1ad17703a117e5b67c50c311325a2b3bdcb.tar.xz |
Check in library class declaration for SAL Lib, together with related definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2728 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Include')
-rw-r--r-- | EdkModulePkg/Include/Guid/ExtendedSalGuid.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/EdkModulePkg/Include/Guid/ExtendedSalGuid.h b/EdkModulePkg/Include/Guid/ExtendedSalGuid.h index 30e0fe053c..bed3117575 100644 --- a/EdkModulePkg/Include/Guid/ExtendedSalGuid.h +++ b/EdkModulePkg/Include/Guid/ExtendedSalGuid.h @@ -266,13 +266,15 @@ typedef enum { CurrentProcInfo,
NumProcessors,
SetMinState,
- GetMinState
+ GetMinState,
+ EsalPhysicalIdInfo
} EFI_EXTENDED_SAL_MP_SERVICES_FUNC_ID;
typedef enum {
PalProc,
SetNewPalEntry,
- GetNewPalEntry
+ GetNewPalEntry,
+ EsalUpdatePal
} EFI_EXTENDED_SAL_PAL_SERVICES_FUNC_ID;
typedef enum {
@@ -283,7 +285,8 @@ typedef enum { EsalMcGetParams,
EsalMcGetMcParams,
EsalGetMcCheckinFlags,
- EsalGetPlatformBaseFreq
+ EsalGetPlatformBaseFreq,
+ EsalRegisterPhysicalAddrFunctionId
} EFI_EXTENDED_SAL_BASE_SERVICES_FUNC_ID;
typedef enum {
|