]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StandaloneMmPkg/Core/StandaloneMmCore.h
StandaloneMmPkg/Core: drop support for dispatching FVs into MM
[mirror_edk2.git] / StandaloneMmPkg / Core / StandaloneMmCore.h
index 0d20bcaa6be5487095eba4e1743495432491ea69..74338dc9da0d7442b793cf5d5cef9a4533913373 100644 (file)
@@ -635,28 +635,6 @@ MmDriverDispatchHandler (
 \r
   @return Status Code\r
 \r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-MmFvDispatchHandler (\r
-  IN     EFI_HANDLE               DispatchHandle,\r
-  IN     CONST VOID               *Context,        OPTIONAL\r
-  IN OUT VOID                     *CommBuffer,     OPTIONAL\r
-  IN OUT UINTN                    *CommBufferSize  OPTIONAL\r
-  );\r
-\r
-/**\r
-  This function is the main entry point for an MM handler dispatch\r
-  or communicate-based callback.\r
-\r
-  @param  DispatchHandle  The unique handle assigned to this handler by MmiHandlerRegister().\r
-  @param  Context         Points to an optional handler context which was specified when the handler was registered.\r
-  @param  CommBuffer      A pointer to a collection of data in memory that will\r
-                          be conveyed from a non-MM environment into an MM environment.\r
-  @param  CommBufferSize  The size of the CommBuffer.\r
-\r
-  @return Status Code\r
-\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r