mirror of https://github.com/acidanthera/audk.git
Remove use of EFI_BOOTSERVICE and EFI_RUNTIMESERVICE. This is not managed through module types.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6894 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f51aea9bb1
commit
e6ab7ead99
|
@ -48,7 +48,6 @@ EFI_REPORT_STATUS_CODE mPeiReportStatusCode;
|
|||
//
|
||||
// Function implementations
|
||||
//
|
||||
EFI_RUNTIMESERVICE
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
RtPlatformReportStatusCode (
|
||||
|
@ -95,7 +94,6 @@ Returns:
|
|||
return EFI_SUCCESS;
|
||||
}
|
||||
|
||||
EFI_BOOTSERVICE
|
||||
VOID
|
||||
EFIAPI
|
||||
RtPlatformInitializeStatusCode (
|
||||
|
|
Loading…
Reference in New Issue