X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FDxe%2FDxeCis.h;h=e1d794fffd86cb9e2b49d14684d0478770803458;hb=9c89ec98193e24eb9849a66c83f6a80b64a51c4c;hp=9b1d5ce966ed7e18ac67808f6353c56739b06401;hpb=3ff56e5e44cae2a05813df4819aee0f125a563f6;p=mirror_edk2.git diff --git a/MdePkg/Include/Dxe/DxeCis.h b/MdePkg/Include/Dxe/DxeCis.h index 9b1d5ce966..e1d794fffd 100644 --- a/MdePkg/Include/Dxe/DxeCis.h +++ b/MdePkg/Include/Dxe/DxeCis.h @@ -484,6 +484,16 @@ typedef struct { } EFI_DXE_SERVICES; +// +// Function prototype for invoking a function on an Application Processor +// Used by both the SMM infrastructure and the MP Services Protocol +// +typedef +VOID +(EFIAPI *EFI_AP_PROCEDURE) ( + IN VOID *Buffer + ); + #include #include #include