changed the Esal call function ids all over the tree

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3184 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vprabhal
2007-07-10 23:27:48 +00:00
parent 5724d205a3
commit b798426d88
9 changed files with 157 additions and 132 deletions

View File

@ -146,7 +146,7 @@ EsalGetNewPalEntry (
**/
SAL_RETURN_REGS
EFIAPI
EsalGetStateBufferLeon (
EsalGetStateBuffer (
IN UINT64 McaType,
OUT UINT8 **McaBuffer,
OUT UINTN *BufferSize
@ -164,7 +164,7 @@ EsalGetStateBufferLeon (
**/
SAL_RETURN_REGS
EFIAPI
EsalSaveStateBufferLeon (
EsalSaveStateBuffer (
IN UINT64 McaType
)
;
@ -181,7 +181,7 @@ EsalSaveStateBufferLeon (
**/
SAL_RETURN_REGS
EFIAPI
EsalGetVectorsLeon (
EsalGetVectors (
IN UINT64 VectorType
)
;
@ -200,7 +200,7 @@ EsalGetVectorsLeon (
**/
SAL_RETURN_REGS
EFIAPI
EsalMcGetParamsLeon (
EsalMcGetParams (
IN UINT64 ParamInfoType
)
;
@ -214,7 +214,7 @@ EsalMcGetParamsLeon (
**/
SAL_RETURN_REGS
EFIAPI
EsalMcGetMcParamsLeon (
EsalMcGetMcParams (
VOID
)
;
@ -230,7 +230,7 @@ EsalMcGetMcParamsLeon (
**/
SAL_RETURN_REGS
EFIAPI
EsalGetMcCheckinFlagsLeon (
EsalGetMcCheckinFlags (
IN UINT64 CpuIndex
)
;